1 2 3 4 5 6 7 8
<?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");