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

This commit is contained in:
2023-10-30 23:33:22 +01:00
parent 8508f42216
commit 6aed7dd976
2 changed files with 3 additions and 6 deletions

View File

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