Codebase list dokuwiki / upstream/0.0.20140929.d index.php
upstream/0.0.20140929.d

Tree @upstream/0.0.20140929.d (Download .tar.gz)

index.php @upstream/0.0.20140929.draw · history · blame

1
2
3
4
5
6
7
8
<?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");