mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 16:41:29 +00:00
remove dependency on session.php in db-prefs
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
require_once "db.php";
|
require_once "db.php";
|
||||||
|
|
||||||
if (! DISABLE_SESSIONS) {
|
if (! DISABLE_SESSIONS) {
|
||||||
require_once "sessions.php";
|
|
||||||
|
|
||||||
if (!$_SESSION["prefs_cache"])
|
if (!$_SESSION["prefs_cache"])
|
||||||
$_SESSION["prefs_cache"] = array();
|
$_SESSION["prefs_cache"] = array();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user