summaryrefslogtreecommitdiff
path: root/index.php
blob: ace28a3e0578b0766a732c6cd188c54f2555de9b (plain)
1
2
3
4
5
6
7
8
9
<?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");
?>