Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv22719
Modified Files:
index.php
Log Message:
Added RSS Auto-discover - see comments for details
Index: index.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/index.php,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -2 -b -p -d -r1.97 -r1.98
--- index.php 18 Sep 2002 18:34:13 -0000 1.97
+++ index.php 12 Oct 2002 19:11:42 -0000 1.98
@@ -625,4 +625,18 @@ define('INTERWIKI_MAP_FILE', "lib/interw
//if (!defined('VIRTUAL_PATH')) define('VIRTUAL_PATH', '/SomeWiki');
+/////////////////////////////////////////////////////////////////////
+//
+// Part Seven:
+// Miscellaneous settings
+//
+/////////////////////////////////////////////////////////////////////
+
+/*
+ * Page name of RecentChanges page. Used for RSS Auto-discovery
+ */
+
+if (!defined('RECENT_CHANGES')) define ('RECENT_CHANGES', 'RecentChanges');
+
+
////////////////////////////////////////////////////////////////
|