fix php
This commit is contained in:
parent
3994e21be6
commit
8fc55968f6
|
|
@ -127,6 +127,7 @@ 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['arrponseArr']['play'])){
|
if(isset($tempPlayer['arrponseArr']['play'])){
|
||||||
$anwserPlayer = $tempPlayer['arrponseArr']['play'];
|
$anwserPlayer = $tempPlayer['arrponseArr']['play'];
|
||||||
}else{
|
}else{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user