mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
database backed sessions
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
require_once "db.php";
|
||||
|
||||
if (! DISABLE_SESSIONS) {
|
||||
session_start();
|
||||
|
||||
require_once "sessions.php";
|
||||
|
||||
if (!$_SESSION["prefs_cache"])
|
||||
$_SESSION["prefs_cache"] = array();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user