summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-21 19:32:07 +0300
committerAndrew Dolgov <[email protected]>2015-08-21 19:32:07 +0300
commit48b23e500ee3cd4af050bd76e9725834e9bb8048 (patch)
treedd036882bb36256f45f9d6e9917e4c3988c30bac /config.php-dist
parentb95c1e3ced826615e5bf9ca82c43665cead447e3 (diff)
parentf5e66c439e9c8881d745499243341b4095274c12 (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist7
1 files changed, 0 insertions, 7 deletions
diff --git a/config.php-dist b/config.php-dist
index 311b94df0..2eaaab617 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 ***
// *********************************