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:
@@ -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.";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user