summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-01-31 15:08:55 +0300
committerAndrew Dolgov <[email protected]>2015-01-31 15:08:55 +0300
commited775e4e8dba0e3a527ea13b5581c1ce6ee752bc (patch)
tree23fde0bd3366dffbf71b9813956bbc5bcadd818e /config.php-dist
parentfbea9eaad219bc63c7118633ee07faa68a4024f6 (diff)
remove obsolete code related to version checking and tarball updater plugin
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.php-dist b/config.php-dist
index 0c3e92b74..d821329d0 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -177,9 +177,6 @@
// *** Other settings (less important) ***
// ***************************************
- define('CHECK_FOR_NEW_VERSION', true);
- // Check for new versions of tt-rss automatically.
-
define('DETECT_ARTICLE_LANGUAGE', false);
// Detect article language when updating feeds, presently this is only
// used for hyphenation. This may increase amount of CPU time used by
@@ -193,7 +190,7 @@
// if you experience weird errors and tt-rss failing to start, blank pages
// after login, or content encoding errors, disable it.
- define('PLUGINS', 'auth_internal, note, updater');
+ define('PLUGINS', 'auth_internal, note');
// Comma-separated list of plugins to load automatically for all users.
// System plugins have to be specified here. Please enable at least one
// authentication plugin here (auth_*).