mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-08-01 07:39:05 +00:00
10 lines
185 B
PHP
10 lines
185 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");
|
|
?>
|