From a3fc3e649b22f4b4dfe1e051ec74efb6c5b469d7 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 6 Jun 2016 11:53:05 +0200 Subject: [PATCH] . --- src/arenas/tictactoe/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arenas/tictactoe/functions.php b/src/arenas/tictactoe/functions.php index 8b713c9..3706983 100644 --- a/src/arenas/tictactoe/functions.php +++ b/src/arenas/tictactoe/functions.php @@ -49,5 +49,6 @@ function get_IA_Response($iaUrl,$postParams){ ); $output= curl_exec($ch); curl_close($ch); + echo $output; return json_decode($output,TRUE); } \ No newline at end of file