mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +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 () {
|
function init () {
|
||||||
//TODO validate and init zynapse's session features
|
$this->ini_setup(); // TODO get rid of the session settings, they don't seem to work
|
||||||
$this->ini_setup();
|
|
||||||
$this->validate();
|
$this->validate();
|
||||||
$this->id = session_id();
|
$this->id = session_id();
|
||||||
$this->started = true;
|
$this->started = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user