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

This commit is contained in:
Chris 2023-10-30 22:47:44 +01:00
parent 462935bafb
commit a604d2b97d
1 changed files with 1 additions and 1 deletions

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;