We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07dcf84 commit ed1a4e4Copy full SHA for ed1a4e4
interface/lib/app.inc.php
@@ -86,6 +86,8 @@ public function __destruct() {
86
}
87
88
public function initialize_session() {
89
+ global $conf;
90
+
91
//* Start the session
92
if($this->_conf['start_session'] == true) {
93
session_name('ISPCSESS');
0 commit comments