summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-28 10:06:16 +0400
committerAndrew Dolgov <[email protected]>2013-03-28 10:06:16 +0400
commit6cfd3c149c44637e0aa0fd00d3b236aafa3edcbd (patch)
tree26e32f17b76fc0fa14f7cc54af224004bd0e71dd /include/sanity_check.php
parentf231f438ba5cfefdbd6171e5bec408973db32ee2 (diff)
remove SESSION_EXPIRE_TIME
Diffstat (limited to 'include/sanity_check.php')
-rw-r--r--include/sanity_check.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index 46e9e9d80..b2cb8ab45 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -56,14 +56,6 @@
}
}
- if (SESSION_EXPIRE_TIME < 60) {
- array_push($errors, "SESSION_EXPIRE_TIME set in config.php is too low, please set it to an integer value >= 60");
- }
-
- if (SESSION_EXPIRE_TIME < SESSION_COOKIE_LIFETIME) {
- array_push($errors, "SESSION_EXPIRE_TIME set in config.php should be >= to SESSION_COOKIE_LIFETIME");
- }
-
if (SINGLE_USER_MODE) {
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);