1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

config: remove unused WEB_DEMO_MODE

This commit is contained in:
Andrew Dolgov
2010-07-01 12:26:27 +04:00
parent 21a22f5466
commit 913f374b11
3 changed files with 42 additions and 51 deletions
+1 -6
View File
@@ -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);