Merge branch 'bugs' into devNachCSRF

This commit is contained in:
2026-07-20 00:05:39 +02:00
3 changed files with 10 additions and 4 deletions
-1
View File
@@ -1,5 +1,4 @@
<?php
include_once 'php/controller/profile-controller.php';
$user = $user ?? null;
$isEditMode = (isset($_GET["edit"]) && $_GET["edit"] === "1") || !empty($error);