1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 04:01:27 +00:00

remove stupid DISABLE_SESSIONS kludge, check if constant is defined, not true

This commit is contained in:
Andrew Dolgov
2006-03-31 06:30:20 +01:00
parent 5854b0164d
commit 9a3bb96a87
4 changed files with 2 additions and 7 deletions

View File

@@ -3913,7 +3913,7 @@
"SESSION_COOKIE_LIFETIME_REMEMBER";
}
if (defined('DISABLE_SESSIONS') && DISABLE_SESSIONS) {
if (defined('DISABLE_SESSIONS')) {
return "config: you have enabled DISABLE_SESSIONS. Please disable this option.";
}