Codebase list dokuwiki / upstream/0.0.20110525 index.php
upstream/0.0.20110525

Tree @upstream/0.0.20110525 (Download .tar.gz)

index.php @upstream/0.0.20110525raw · 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");