X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=config.php-dist;h=2eaaab6173de0d68bb01243338346957399abf7f;hb=f5e66c439e9c8881d745499243341b4095274c12;hp=311b94df08412b31a7aa3a37452e13a08fe407fb;hpb=ca36d4bcc118ea14e404a45938cad29cb2fa405d;p=tt-rss.git diff --git a/config.php-dist b/config.php-dist index 311b94df..2eaaab61 100644 --- a/config.php-dist +++ b/config.php-dist @@ -141,13 +141,6 @@ // 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 *** // *********************************