This commit is contained in:
Gnieark 2016-06-12 21:16:02 +02:00
parent 3994e21be6
commit 8fc55968f6

View File

@ -127,6 +127,7 @@ switch ($_POST['act']){
//send query
$tempPlayer = get_IA_Response($botUrl,$postDatas);
print_r($tempPlayer);
if(isset($tempPlayer['arrponseArr']['play'])){
$anwserPlayer = $tempPlayer['arrponseArr']['play'];
}else{