This commit is contained in:
Gnieark 2016-06-12 21:17:28 +02:00
parent 8fc55968f6
commit e2bfc29150

View File

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