From 21bdb0d66dd7bcbd2913a2ec4dd33a43b3a326ff Mon Sep 17 00:00:00 2001 From: Caroline Schulte Date: Sun, 31 May 2026 22:53:58 +0200 Subject: [PATCH] =?UTF-8?q?Weitere=20Review=C3=A4nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/deleteAccount.php | 2 +- content/login.php | 70 +++++++++++++++++++-------------------- index.php | 13 ++++++-- 3 files changed, 45 insertions(+), 40 deletions(-) diff --git a/content/deleteAccount.php b/content/deleteAccount.php index 513a2a9..431f9b7 100644 --- a/content/deleteAccount.php +++ b/content/deleteAccount.php @@ -15,5 +15,5 @@ if (isset($_SESSION["user_email"])) { $_SESSION = []; session_destroy(); -header("Location: index.php?pfad=register"); +header("Location: index.php"); exit(); \ No newline at end of file diff --git a/content/login.php b/content/login.php index a404449..8ca3bfe 100644 --- a/content/login.php +++ b/content/login.php @@ -1,55 +1,53 @@ +
+