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

This commit is contained in:
Chris 2023-10-30 23:37:40 +01:00
parent 462165e81e
commit 7f7142bcf4
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ class User extends Model {
$_SESSION['user']->save();
//var_dump($_SESSION['user']);
//exit();
var_dump($_SESSION['user']->active);
exit();
}
function logout()