From dffcca8afd4f0b2ea860c38d0f9999c1d88458a2 Mon Sep 17 00:00:00 2001 From: johan Date: Tue, 3 Jan 2023 18:20:09 +0100 Subject: [PATCH] =?UTF-8?q?v=C3=A9rification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WEB/Model/UserModel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/WEB/Model/UserModel.php b/WEB/Model/UserModel.php index bfb17138..e600477c 100644 --- a/WEB/Model/UserModel.php +++ b/WEB/Model/UserModel.php @@ -31,6 +31,7 @@ class UserModel if($this->utilisateur_gateway->queueFilled()) { $_REQUEST['action']='launchGame'; + var_dump($_REQUEST['action']); } return; }