diff --git a/WEB/Client/Client.php b/WEB/Client/Client.php index e0680f9f..fbfa7bb8 100644 --- a/WEB/Client/Client.php +++ b/WEB/Client/Client.php @@ -40,7 +40,7 @@ class Client } else { echo "socket_write a réussi.\n"; } - $response = ""; + $response = "AAA"; // $response = socket_read($socket, $BUFFER_SIZE); echo $response; // while (strcmp($response, "launchGame") != 0) {