improved list handling
[dokuwiki.git] / index.php
blobace28a3e0578b0766a732c6cd188c54f2555de9b
1 <?php
2 /**
3 * Forwarder to doku.php
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author Andreas Gohr <andi@splitbrain.org>
7 */
8 header("Location: doku.php");
9 ?>