xref: /dokuwiki/index.php (revision 1808c8dab0847f1c4b85b16d3d9544497e1c53a2)
1<?php
2/**
3 * Forwarder to doku.php
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Andreas Gohr <andi@splitbrain.org>
7 */
8header("Location: doku.php");
9?>
10