From f7c390b8787fbf5cf0fbc3cb8c1396454edb7b28 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Mar 2007 12:12:04 +0100 Subject: login system fixes --- sanity_check.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sanity_check.php') 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')) { -- cgit v1.2.3