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

This commit is contained in:
Chris 2023-10-30 22:46:34 +01:00
parent 33a21003c5
commit 462935bafb
1 changed files with 1 additions and 0 deletions

View File

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