summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 12:12:04 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 12:12:04 +0100
commitf7c390b8787fbf5cf0fbc3cb8c1396454edb7b28 (patch)
tree5d0657b913e65c6ac78ad860f28a5bdd3c844878 /sanity_check.php
parent1df0f48b2147c3cbc71dc2085de76f5a4432fb6d (diff)
login system fixes
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')) {