X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Fsanity_check.php;h=b2cb8ab45620b50a01e8a704c3f6ea88558f50fc;hb=6cfd3c149c44637e0aa0fd00d3b236aafa3edcbd;hp=46e9e9d80b998d9d811775a2c483930b9c0f0103;hpb=f231f438ba5cfefdbd6171e5bec408973db32ee2;p=tt-rss.git diff --git a/include/sanity_check.php b/include/sanity_check.php index 46e9e9d8..b2cb8ab4 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);