47583ff042
Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
8 lines
182 B
PHP
8 lines
182 B
PHP
<?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");
|