diff options
| author | root | 2014-09-26 00:12:01 +0200 |
|---|---|---|
| committer | root | 2014-09-26 00:12:01 +0200 |
| commit | bde71668e1b64f57e4cd3d45703e8a488b1de957 (patch) | |
| tree | a23d671ce1f59a6b46f9461e347061d97095039e /class/user.php | |
| parent | 3c8bee64793332bf3fda6af3c57d881636ec35d6 (diff) | |
| download | jungegemeinde-bde71668e1b64f57e4cd3d45703e8a488b1de957.tar.gz | |
improvements
Diffstat (limited to 'class/user.php')
| -rw-r--r-- | class/user.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/class/user.php b/class/user.php index 969d734..1e3bfb3 100644 --- a/class/user.php +++ b/class/user.php @@ -110,8 +110,8 @@ class jg { public function logout(){ # no session active, so return false - if ( session_status() != PHP_SESSION_ACTIVE ) - return false; + //if ( session_status() != PHP_SESSION_ACTIVE ) + // return false; # set login to false $this->login = false; |
