dokuwiki/index.php

9 lines
182 B
PHP

<?php
/**
* Forwarder to doku.php
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Andreas Gohr <andi@splitbrain.org>
*/
header("Location: doku.php");