diff --git a/WEB/Client/Client.php b/WEB/Client/Client.php index 7e20f665..7b044828 100644 --- a/WEB/Client/Client.php +++ b/WEB/Client/Client.php @@ -47,7 +47,7 @@ class Client{ { $userGroup = $userModel->findUsersInQueue(); $numberOfPlayer=count($userGroup); - header('Location : '.$rep.$vues['Queue']); + header('Location : '.$rep.$vues['queue']); } } else{