From b6268db0c819595df986ed3963c036d0b4ee601e Mon Sep 17 00:00:00 2001 From: gnieark Date: Sun, 29 May 2016 22:15:16 +0200 Subject: [PATCH] full JSON --- src/arenas/tictactoe/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/tictactoe/act.php b/src/arenas/tictactoe/act.php index 2ce0cb9..5801dd1 100644 --- a/src/arenas/tictactoe/act.php +++ b/src/arenas/tictactoe/act.php @@ -73,7 +73,7 @@ switch ($_POST['act']){ ); $httpResponse=json_decode(get_IA_Response($playerURL,$paramsToSend)); - echo $httpResponse; + echo "****************".$httpResponse; $playerResponse=$httpResponse['play']; //tester la validité de la réponse