OSDN Git Service

Added index.php, encourages data-and-code concealment from direct HTTP access
authorhenoheno <henoheno>
Sat, 24 Jul 2004 12:55:18 +0000 (21:55 +0900)
committerhenoheno <henoheno>
Sat, 24 Jul 2004 12:55:18 +0000 (21:55 +0900)
index.php [new file with mode: 0644]

diff --git a/index.php b/index.php
new file mode 100644 (file)
index 0000000..b406d09
--- /dev/null
+++ b/index.php
@@ -0,0 +1,11 @@
+<?php
+// PukiWiki - Yet another WikiWikiWeb clone.
+// $Id: index.php,v 1.1 2004/07/24 12:55:18 henoheno Exp $
+
+// Directory definition
+// (Ended with a slash like '../path/to/pkwk/', or '')
+define('DATA_HOME',    '');
+define('SUB_DIR',      '');
+
+require(SUB_DIR . 'pukiwiki.php');
+?>