Codebase list dokuwiki / debian/0.0.20130510a-3 index.php
debian/0.0.20130510a-3

Tree @debian/0.0.20130510a-3 (Download .tar.gz)

index.php @debian/0.0.20130510a-3raw · 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");