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