From a3e47bc1d8f64c3a407a8ee871388187daa9cabd Mon Sep 17 00:00:00 2001 From: johan Date: Sat, 7 Jan 2023 09:38:35 +0100 Subject: [PATCH] test --- WEB/Client/Client.php | 1 - 1 file changed, 1 deletion(-) diff --git a/WEB/Client/Client.php b/WEB/Client/Client.php index 16d83e46..42f4992e 100644 --- a/WEB/Client/Client.php +++ b/WEB/Client/Client.php @@ -32,7 +32,6 @@ class Client{ header('Location : '.$rep.$vues['Queue']); } } - sleep(1); } socket_close($socket); }