From 37ed796b9c7f92a662adc7c6cb73ae2f8000b5d7 Mon Sep 17 00:00:00 2001 From: johan Date: Sat, 7 Jan 2023 11:56:14 +0100 Subject: [PATCH] test --- WEB/Client/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{