OSDN Git Service

BugTrack/420: Footnote hyperlinks describe themselves via title option
[pukiwiki/pukiwiki.git] / index.php
index 7b5ad1b..20a4659 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,11 +1,20 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone.
-// $Id: index.php,v 1.2 2004/08/01 01:22:37 henoheno Exp $
+// $Id: index.php,v 1.4 2004/09/20 00:48:34 henoheno Exp $
 
+/////////////////////////////////////////////////
+// Error reporting
+
+// error_reporting(0): // Nothing
+error_reporting(E_ERROR | E_PARSE); // Avoid E_WARNING, E_NOTICE, etc
+// error_reporting(E_ALL);
+
+/////////////////////////////////////////////////
 // Directory definition
 // (Ended with a slash like '../path/to/pkwk/', or '')
 define('DATA_HOME',    '');
-define('LIB_DIR',      '');
+define('LIB_DIR',      'lib/');
 
+/////////////////////////////////////////////////
 require(LIB_DIR . 'pukiwiki.php');
 ?>