diff --git a/src/arenas/connectFour/functions.php b/src/arenas/connectFour/functions.php index b6208ce..c7f2d7f 100644 --- a/src/arenas/connectFour/functions.php +++ b/src/arenas/connectFour/functions.php @@ -22,6 +22,7 @@ function get_IA_Response($iaUrl,$postParams){ 'Content-Type: application/json', 'Content-Length: ' . strlen($data_string)) ); + echo '

'.$data_string.'

'; $output= curl_exec($ch); curl_close($ch);