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

This commit is contained in:
Chris 2023-10-30 22:38:08 +01:00
parent 604b0fbb74
commit 38f65d6ede
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class Profile extends Page {
if($newphoto)
$_SESSION['user']->data['photo'] = $newphoto;
var_dump($_SESSION['user']->data);
$_SESSION['user']->save();
$this->redirect('/profile');
}