OSDN Git Service

Added index.php, encourages data-and-code concealment from direct HTTP access
[pukiwiki/pukiwiki.git] / index.php
1 <?php
2 // PukiWiki - Yet another WikiWikiWeb clone.
3 // $Id: index.php,v 1.1 2004/07/24 12:55:18 henoheno Exp $
4
5 // Directory definition
6 // (Ended with a slash like '../path/to/pkwk/', or '')
7 define('DATA_HOME',     '');
8 define('SUB_DIR',       '');
9
10 require(SUB_DIR . 'pukiwiki.php');
11 ?>