]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
disable filter test result highlighting for the time being
[tt-rss.git] / config.php-dist
index 0c3e92b74483b2b97b7ae9612e6e61315c0b4e48..2eaaab6173de0d68bb01243338346957399abf7f 100644 (file)
        // Default lifetime of a session (e.g. login) cookie. In seconds, 
        // 0 means cookie will be deleted when browser closes.
 
-       define('SESSION_CHECK_ADDRESS', 1);
-       // Check client IP address when validating session:
-       // 0 - disable checking
-       // 1 - check first 3 octets of an address (recommended)
-       // 2 - check first 2 octets of an address
-       // 3 - check entire address
-
        // *********************************
        // *** Email and digest settings ***
        // *********************************
        // *** 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 
-       // update processes, disable if necessary (i.e. you are being billed
-       // for CPU time).
-
+       define('CHECK_FOR_UPDATES', true);
+       // Check for updates automatically if running Git version
        define('ENABLE_GZIP_OUTPUT', false);
        // Selectively gzip output to improve wire performance. This requires
        // PHP Zlib extension on the server.
        // 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_*).