From 4c03488d16649dbb9c6c76065c1dfea5bac92b06 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 6 Jun 2016 12:12:43 +0200 Subject: [PATCH] . --- src/arenas/tictactoe/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/tictactoe/functions.php b/src/arenas/tictactoe/functions.php index 7ebc15c..9dea832 100644 --- a/src/arenas/tictactoe/functions.php +++ b/src/arenas/tictactoe/functions.php @@ -49,6 +49,6 @@ function get_IA_Response($iaUrl,$postParams){ ); $output= curl_exec($ch); curl_close($ch); - echo $iaUrl." ".$output.'
'; + echo $iaUrl." ".$data_string." ".$output.'
'; return json_decode($output,TRUE); } \ No newline at end of file