mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #284 Unable to save session in some environments
This commit is contained in:
parent
833436465b
commit
e5ffb52c53
2 changed files with 2 additions and 1 deletions
|
|
@ -334,7 +334,6 @@ class Context
|
||||||
}
|
}
|
||||||
|
|
||||||
ob_start();
|
ob_start();
|
||||||
register_shutdown_function('Context::close');
|
|
||||||
|
|
||||||
// set authentication information in Context and session
|
// set authentication information in Context and session
|
||||||
if(self::isInstalled())
|
if(self::isInstalled())
|
||||||
|
|
|
||||||
|
|
@ -59,5 +59,7 @@ if($oContext->checkSSO())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Context::close();
|
||||||
|
|
||||||
/* End of file index.php */
|
/* End of file index.php */
|
||||||
/* Location: ./index.php */
|
/* Location: ./index.php */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue