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