|
From: <var...@us...> - 2021-08-13 08:32:22
|
Revision: 10505
http://sourceforge.net/p/phpwiki/code/10505
Author: vargenau
Date: 2021-08-13 08:32:19 +0000 (Fri, 13 Aug 2021)
Log Message:
-----------
RECENT_CHANGES is not used
Modified Paths:
--------------
trunk/config/config-dist.ini
trunk/configurator.php
Modified: trunk/config/config-dist.ini
===================================================================
--- trunk/config/config-dist.ini 2021-08-13 08:15:18 UTC (rev 10504)
+++ trunk/config/config-dist.ini 2021-08-13 08:32:19 UTC (rev 10505)
@@ -1064,9 +1064,6 @@
; The default, 604800, is one week (7 days): 7 * 24 * 3600
MINOR_EDIT_TIMEOUT = 604800
-; Page name of RecentChanges page. Used for RSS Auto-discovery
-;RECENT_CHANGES = RecentChange
-
; If you get a crash at loading LinkIcons you might want to disable
; the getimagesize() function, which crashes on certain php versions and
; and some external images (png's, ..).
Modified: trunk/configurator.php
===================================================================
--- trunk/configurator.php 2021-08-13 08:15:18 UTC (rev 10504)
+++ trunk/configurator.php 2021-08-13 08:32:19 UTC (rev 10505)
@@ -1455,10 +1455,6 @@
$properties["HTML Dump Filename Suffix"] =
new _define_optional('HTML_DUMP_SUFFIX');
-$properties["Pagename of Recent Changes"] =
- new _define_optional('RECENT_CHANGES',
- "RecentChanges");
-
$properties["Disable GETIMAGESIZE"] =
new boolean_define_commented_optional('DISABLE_GETIMAGESIZE');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|