fix php
This commit is contained in:
parent
8fc55968f6
commit
e2bfc29150
|
@ -127,9 +127,8 @@ switch ($_POST['act']){
|
|||
|
||||
//send query
|
||||
$tempPlayer = get_IA_Response($botUrl,$postDatas);
|
||||
print_r($tempPlayer);
|
||||
if(isset($tempPlayer['arrponseArr']['play'])){
|
||||
$anwserPlayer = $tempPlayer['arrponseArr']['play'];
|
||||
if(isset($tempPlayer['responseArr']['play'])){
|
||||
$anwserPlayer = $tempPlayer['responseArr']['play'];
|
||||
}else{
|
||||
$anwserPlayer = -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user