From 38f65d6ede6012b09501655e1047f48938a61b35 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 30 Oct 2023 22:38:08 +0100 Subject: [PATCH] show me --- web/pages/profile/controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/pages/profile/controller.php b/web/pages/profile/controller.php index 931f281..aa3171f 100644 --- a/web/pages/profile/controller.php +++ b/web/pages/profile/controller.php @@ -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'); }