First Implementation
This commit is contained in:
@@ -29,8 +29,8 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
|
||||
$_SESSION["user"] = $vorname . " " . $nachname;
|
||||
$_SESSION["user_email"] = $email;
|
||||
|
||||
// Weiterleitung zum Profil
|
||||
header("Location: index.php?pfad=profile");
|
||||
// Weiterleitung zur Homepage
|
||||
header("Location: index.php");
|
||||
exit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user