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

This commit is contained in:
Chris 2023-10-30 23:28:25 +01:00
parent cd0a3005d2
commit a8e7437eef
1 changed files with 3 additions and 3 deletions

View File

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