1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 00:25:56 +00:00

remove dependency on session.php in db-prefs

This commit is contained in:
Andrew Dolgov
2006-03-07 17:43:51 +01:00
parent 7f16656eb7
commit bbdd7213dc

View File

@@ -3,8 +3,6 @@
require_once "db.php";
if (! DISABLE_SESSIONS) {
require_once "sessions.php";
if (!$_SESSION["prefs_cache"])
$_SESSION["prefs_cache"] = array();
}