]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
Fix accidental use of emtpy array: [E_WARNING (2) plugins/af_readability/init.php...
[tt-rss.git] / config.php-dist
index c0729b61bf36d2d2368c79c695c14ae40bf5c799..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 ***
        // *********************************
        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 
-       // update processes, disable if necessary (i.e. you are being billed
-       // for CPU time).
-
        define('ENABLE_GZIP_OUTPUT', false);
        // Selectively gzip output to improve wire performance. This requires
        // PHP Zlib extension on the server.