From fde2517c53bd1744e3b5cb78315bce4b3a4555e8 Mon Sep 17 00:00:00 2001 From: Borgal Date: Sat, 9 Aug 2025 02:42:49 +0200 Subject: [PATCH] =?UTF-8?q?Rolle=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profil.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/profil.php b/profil.php index 4e3cdc1..d9302cf 100755 --- a/profil.php +++ b/profil.php @@ -48,7 +48,8 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { } // Daten für die Anzeige aus der Session holen $current_username = $_SESSION['username']; -$current_email = $_SESSION['email'] ?? ''; +$current_email = $_SESSION['email']; +$current_role = $_SESSION['role']; require_once 'inc/header.php'; ?> @@ -68,13 +69,17 @@ require_once 'inc/header.php'; ?>
- +
- +
+
+ + +
Abbrechen