.
This commit is contained in:
parent
1638160816
commit
f5ae0e84f0
|
@ -290,7 +290,7 @@ switch ($_POST['act']){
|
||||||
);
|
);
|
||||||
$anwserPlayer=get_IA_Response($currentBot['url'],$botParamsToSend);
|
$anwserPlayer=get_IA_Response($currentBot['url'],$botParamsToSend);
|
||||||
$anwserPlayerJson=$anwserPlayer['responseArr'];
|
$anwserPlayerJson=$anwserPlayer['responseArr'];
|
||||||
if($WantFullLogs){
|
if($wantFullLogs){
|
||||||
$fullLogs.='Arena send to '.$currentBot['name'].'<em>'.htmlentities($anwserPlayer['messageSend']).'</em><br />
|
$fullLogs.='Arena send to '.$currentBot['name'].'<em>'.htmlentities($anwserPlayer['messageSend']).'</em><br />
|
||||||
HTTP status: <em>'.htmlentities($anwserPlayer['httpStatus']).'</em><br />
|
HTTP status: <em>'.htmlentities($anwserPlayer['httpStatus']).'</em><br />
|
||||||
Bot anwser: <em>'.htmlentities($anwserPlayer['response']).'</em><br />';
|
Bot anwser: <em>'.htmlentities($anwserPlayer['response']).'</em><br />';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user