]> git.wh0rd.org - tt-rss.git/commitdiff
config: remove unused ENABLE_FEED_BROWSER
authorAndrew Dolgov <fox@bah.org.ru>
Thu, 1 Jul 2010 08:29:34 +0000 (12:29 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Thu, 1 Jul 2010 08:29:34 +0000 (12:29 +0400)
config.php-dist

index 63588cd3f6973c5c52356c73a2d36725a9ef246b..fb9a28bcda142084655103a0dd42811520380a4f 100644 (file)
@@ -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.