From ed1a4e4e53ab552b4a4e36c95f8225d05642d7ba Mon Sep 17 00:00:00 2001 From: Timo Boldt <tb@teuto.net> Date: Wed, 3 Mar 2021 14:30:54 +0100 Subject: [PATCH] fixes #6084 --- interface/lib/app.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/lib/app.inc.php b/interface/lib/app.inc.php index 631bd430da..d609835f54 100755 --- a/interface/lib/app.inc.php +++ b/interface/lib/app.inc.php @@ -86,6 +86,8 @@ class app { } public function initialize_session() { + global $conf; + //* Start the session if($this->_conf['start_session'] == true) { session_name('ISPCSESS'); -- GitLab