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