1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:55:55 +00:00

config: remove unused ENABLE_FEED_BROWSER

This commit is contained in:
Andrew Dolgov
2010-07-01 12:29:34 +04:00
parent 913f374b11
commit 4bb6b8ea2c

View 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.