connectFour/connectfou
This commit is contained in:
parent
4bf4042624
commit
27ca3d91eb
|
@ -15,6 +15,7 @@ function get_IA_Response($iaUrl,$postParams){
|
|||
);
|
||||
$output= curl_exec($ch);
|
||||
curl_close($ch);
|
||||
echo $iaUrl." ".$data_string." ".$output.'<br/>';
|
||||
return json_decode($output,TRUE);
|
||||
}
|
||||
function get_Post_Params($botsCount){
|
||||
|
|
Loading…
Reference in New Issue
Block a user