]> git.wh0rd.org - tt-rss.git/blobdiff - include/sanity_check.php
remove SESSION_EXPIRE_TIME
[tt-rss.git] / include / sanity_check.php
index 46e9e9d80b998d9d811775a2c483930b9c0f0103..b2cb8ab45620b50a01e8a704c3f6ea88558f50fc 100644 (file)
                                }
                        }
 
-                       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);