xref: /dokuwiki/index.php (revision 886f80e7a9d4651ee3524837f0f5e430687ba6a5)
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