remove dependency on session.php in db-prefs
This commit is contained in:
parent
7f16656eb7
commit
bbdd7213dc
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
|||
require_once "db.php";
|
||||
|
||||
if (! DISABLE_SESSIONS) {
|
||||
require_once "sessions.php";
|
||||
|
||||
if (!$_SESSION["prefs_cache"])
|
||||
$_SESSION["prefs_cache"] = array();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue