redirecting to a player's [user id] page

main
ezn 2 years ago
parent caf5cf755b
commit 2b83b767ca

@ -27,7 +27,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
$_SESSION["user_id"] = $user["id"]; $_SESSION["user_id"] = $user["id"];
header("Location: index.php"); header("Location: player/${user["id"]}.php");
exit; exit;
} }
} }

Loading…
Cancel
Save