now
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-30 23:30:23 +01:00
parent 9c1fd320f7
commit 8508f42216
2 changed files with 7 additions and 4 deletions

View File

@ -30,12 +30,12 @@ class User extends Model {
$_SESSION['user'] = $this;
$_SESSION['userid'] = $this->id;
$_SESSION['user']->validate();
$_SESSION['user']->save();
var_dump($_SESSION['user']);
exit();
$_SESSION['user']->save();
}
function logout()