reverted.. not today
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-30 23:48:49 +01:00
parent eb50f9f41c
commit f54717c798
2 changed files with 0 additions and 14 deletions

View File

@ -30,12 +30,7 @@ class User extends Model {
$_SESSION['user'] = $this;
$_SESSION['userid'] = $this->id;
var_dump("before save: ".$_SESSION['user']->active);
$_SESSION['user']->save();
var_dump($_SESSION['user']->active);
exit("bye");
}
function logout()