From 4bb6b8ea2c4a2d2a6d9c2302a75e62862b771499 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Jul 2010 12:29:34 +0400 Subject: [PATCH] config: remove unused ENABLE_FEED_BROWSER --- config.php-dist | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config.php-dist b/config.php-dist index 63588cd3f..fb9a28bcd 100644 --- a/config.php-dist +++ b/config.php-dist @@ -32,9 +32,6 @@ // Operate in single user mode, disables all functionality related to // multiple users. - define('ENABLE_FEED_BROWSER', true); - // Enable or disable local feed browser - define('TMP_DIRECTORY', '/tmp'); // Directory for temporary files @@ -67,8 +64,8 @@ // greater or equal to SESSION_COOKIE_LIFETIME define('DAEMON_UPDATE_LOGIN_LIMIT', 0); - // Stop updating feeds of user who haven't logged in - // in specified amount of days. 0 disables. + // Stop updating feeds of user who haven't logged in specified + // amount of days. 0 disables. define('CHECK_FOR_NEW_VERSION', true); // Check for new versions of tt-rss when entering preferences.