]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
show article count in bayes stats
[tt-rss.git] / config.php-dist
index 0c3e92b74483b2b97b7ae9612e6e61315c0b4e48..c0729b61bf36d2d2368c79c695c14ae40bf5c799 100644 (file)
        // *** Other settings (less important) ***
        // ***************************************
 
-       define('CHECK_FOR_NEW_VERSION', true);
-       // Check for new versions of tt-rss automatically.
-
+       define('CHECK_FOR_UPDATES', true);
+       // Check for updates automatically if running Git version
        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 
        // 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_*).