[ PHPXref.com ] [ Generated: Sun Jul 20 17:18:56 2008 ] [ DokuWiki 2007-06-26b ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> index.php (source)

   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   */
   8  header("Location: doku.php");
   9  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]