Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv8419
Modified Files:
index.php
Log Message:
new PrevNext plugin with two buttons
more docs, the buttonfinder supports now gif also.
interwiki.map warning now removable.
Index: index.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/index.php,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -2 -b -p -d -r1.90 -r1.91
--- index.php 23 Aug 2002 18:29:29 -0000 1.90
+++ index.php 24 Aug 2002 13:18:55 -0000 1.91
@@ -532,4 +532,8 @@ if (!defined('SUBPAGE_SEPARATOR')) defin
define('INTERWIKI_MAP_FILE', "lib/interwiki.map");
+// Display a warning if the internal lib/interwiki.map is used, and
+// not the public InterWikiMap page. This map is not readable from outside.
+//define('WARN_NONPUBLIC_INTERWIKIMAP', false);
+
/////////////////////////////////////////////////////////////////////
//
|