From 913f374b117f04fdc7b1bd522983109fce3594d3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Jul 2010 12:26:27 +0400 Subject: config: remove unused WEB_DEMO_MODE --- config.php-dist | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'config.php-dist') 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); -- cgit v1.2.3