From ec83ae9f920e09cf3f2d225cdfc91eafb9108c7f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Oct 2006 12:47:34 +0100 Subject: drop check for DISABLE_SESSIONS --- sanity_check.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sanity_check.php b/sanity_check.php index 638ba1e0f..7bc40520d 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -86,16 +86,16 @@ "SESSION_COOKIE_LIFETIME_REMEMBER"; } - if (defined('DISABLE_SESSIONS')) { +/* if (defined('DISABLE_SESSIONS')) { $err_msg = "config: you have enabled DISABLE_SESSIONS. Please disable this option."; - } +} */ if (DATABASE_BACKED_SESSIONS && SINGLE_USER_MODE) { $err_msg = "config: DATABASE_BACKED_SESSIONS is incompatible with SINGLE_USER_MODE"; } if ($err_msg) { - print "Fatal Error: $err_msg"; + print "Fatal Error: $err_msg\n"; exit; } -- cgit v1.2.3