hmm
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:47:44 +01:00
parent 462935bafb
commit a604d2b97d

View File

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