summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
Diffstat (limited to 'sanity_check.php')
-rw-r--r--sanity_check.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/sanity_check.php b/sanity_check.php
index 636fcd82e..b77c9797e 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -46,9 +46,9 @@
$err_msg = _("config: SESSION_EXPIRE_TIME is too low (less than 60)");
}
- if (SESSION_EXPIRE_TIME < SESSION_COOKIE_LIFETIME_REMEMBER) {
+ if (SESSION_EXPIRE_TIME < SESSION_COOKIE_LIFETIME) {
$err_msg = _("config: SESSION_EXPIRE_TIME should be greater or equal to" .
- "SESSION_COOKIE_LIFETIME_REMEMBER");
+ "SESSION_COOKIE_LIFETIME");
}
/* if (defined('DISABLE_SESSIONS')) {