1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:45:56 +00:00

drop check for DISABLE_SESSIONS

This commit is contained in:
Andrew Dolgov
2006-10-01 12:47:34 +01:00
parent 44686f2c5a
commit ec83ae9f92

View File

@@ -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 "<b>Fatal Error</b>: $err_msg";
print "<b>Fatal Error</b>: $err_msg\n";
exit;
}