summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-07-01 12:26:27 +0400
committerAndrew Dolgov <[email protected]>2010-07-01 12:26:27 +0400
commit913f374b117f04fdc7b1bd522983109fce3594d3 (patch)
tree4c55507aa940edd81a2b9de9cef785b5c0dffa13 /config.php-dist
parent21a22f5466ee3749d6b23a88e7d4c73a40a6b26c (diff)
config: remove unused WEB_DEMO_MODE
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist7
1 files changed, 1 insertions, 6 deletions
diff --git a/config.php-dist b/config.php-dist
index 391e38d17..63588cd3f 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -22,11 +22,6 @@
// How long to store cached RSS objects? In seconds.
// Defaults to 30 minutes
- define('WEB_DEMO_MODE', false);
- // Demo mode with reduced functionality.
- // Warning: this option is obsolete. Don't rely on it being
- // checked in all necessary places.
-
define('ICONS_DIR', "icons");
define('ICONS_URL', "icons");
// Local and URL path to the directory, where feed favicons are stored.
@@ -72,7 +67,7 @@
// greater or equal to SESSION_COOKIE_LIFETIME
define('DAEMON_UPDATE_LOGIN_LIMIT', 0);
- // Stop updating feeds of user who was never logged in
+ // Stop updating feeds of user who haven't logged in
// in specified amount of days. 0 disables.
define('CHECK_FOR_NEW_VERSION', true);