First Implementation

This commit is contained in:
2026-05-26 23:14:12 +02:00
parent 7706c7dfbf
commit 46a307a5b0
4 changed files with 12 additions and 5 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
$_SESSION["user"] = $user["username"];
$_SESSION["user_email"] = $user["email"];
// Weiterleitung zum Profil
header("Location: index.php?pfad=profile");
// Weiterleitung zur Homepage
header("Location: index.php");
exit();
} else {