]> git.wh0rd.org - tt-rss.git/commitdiff
drop check for DISABLE_SESSIONS
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 11:47:34 +0000 (12:47 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 11:47:34 +0000 (12:47 +0100)
sanity_check.php

index 638ba1e0fe5bd185582f40d7cbf30bc7423aca33..7bc40520d0ddadba7ffb1ebad983149856880142 100644 (file)
                        "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 "<b>Fatal Error</b>: $err_msg";
+               print "<b>Fatal Error</b>: $err_msg\n";
                exit;
        }