File: index.php

package info (click to toggle)
dokuwiki 0.0.20140505.a%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 24,520 kB
  • ctags: 15,420
  • sloc: php: 136,656; sh: 664; perl: 216; xml: 207; makefile: 43
file content (8 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (4)
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");