From 0fdaa2d14765959172fa45e39a15729c919d238a Mon Sep 17 00:00:00 2001 From: gnieark Date: Sun, 29 May 2016 22:20:15 +0200 Subject: [PATCH] full JSON --- 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 2f85f4f..15ee9b2 100644 --- a/src/arenas/tictactoe/functions.php +++ b/src/arenas/tictactoe/functions.php @@ -50,5 +50,6 @@ function get_IA_Response($iaUrl,$postParams){ $output= curl_exec($ch); curl_close($ch); echo '

'.$data_string.'

'; + echo '

'.$output.'

'; return htmlentities($output); } \ No newline at end of file