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

This commit is contained in:
Chris 2023-10-30 23:27:01 +01:00
parent 6f0f8041c0
commit cd0a3005d2
1 changed files with 4 additions and 2 deletions

View File

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