Weitere Reviewänderungen

This commit is contained in:
2026-05-31 22:53:58 +02:00
parent 5db4ad3e63
commit 21bdb0d66d
3 changed files with 45 additions and 40 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ if (isset($_SESSION["user_email"])) {
$_SESSION = [];
session_destroy();
header("Location: index.php?pfad=register");
header("Location: index.php");
exit();