mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-18 23:06:38 +00:00
Removed and added a TODO comment.
This commit is contained in:
3
vendor/zynapse/active_session.php
vendored
3
vendor/zynapse/active_session.php
vendored
@@ -92,8 +92,7 @@ class ActiveSession {
|
||||
}
|
||||
|
||||
function init () {
|
||||
//TODO validate and init zynapse's session features
|
||||
$this->ini_setup();
|
||||
$this->ini_setup(); // TODO get rid of the session settings, they don't seem to work
|
||||
$this->validate();
|
||||
$this->id = session_id();
|
||||
$this->started = true;
|
||||
|
||||
Reference in New Issue
Block a user