Skip to content
Snippets Groups Projects
Commit ed1a4e4e authored by Timo Boldt's avatar Timo Boldt Committed by teuto.net
Browse files

fixes #6084

parent 07dcf84b
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,8 @@ class app { ...@@ -86,6 +86,8 @@ class app {
} }
public function initialize_session() { public function initialize_session() {
global $conf;
//* Start the session //* Start the session
if($this->_conf['start_session'] == true) { if($this->_conf['start_session'] == true) {
session_name('ISPCSESS'); session_name('ISPCSESS');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment