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

This commit is contained in:
Chris 2023-10-30 22:46:34 +01:00
parent 33a21003c5
commit 462935bafb

View File

@ -10,6 +10,7 @@ class Profile extends Page {
function edit() function edit()
{ {
var_dump($_SESSION['user']->data);
if($_REQUEST['submit']=='true') if($_REQUEST['submit']=='true')
{ {
$error = false; $error = false;