yes
Build and push / Pulling repo on server (push) Successful in 3s Details

This commit is contained in:
Chris 2023-10-30 23:39:07 +01:00
parent 7f7142bcf4
commit ececc6235c
1 changed files with 2 additions and 2 deletions

View File

@ -30,12 +30,12 @@ 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();
exit("bye");
}
function logout()