This commit is contained in:
gnieark 2016-06-19 23:59:24 +02:00
parent 029a304ab8
commit 9c74f4cef4

View File

@ -280,9 +280,9 @@ switch ($_POST['act']){
$anwserPlayer=get_IA_Response($currentBot['url'],$botParamsToSend); $anwserPlayer=get_IA_Response($currentBot['url'],$botParamsToSend);
$anwserPlayerJson=$anwserPlayer['responseArr']; $anwserPlayerJson=$anwserPlayer['responseArr'];
if($fullLogs){ if($fullLogs){
$fullLogs='Arena send to '.$currentBot['name'].'<em>'.htmlentities($anwserPlayerJson['messageSend']).'</em><br /> $fullLogs='Arena send to '.$currentBot['name'].'<em>'.htmlentities($anwserPlayer['messageSend']).'</em><br />
HTTP status: <em>'.htmlentities($anwserPlayerJson['httpStatus']).'</em><br /> HTTP status: <em>'.htmlentities($anwserPlayer['httpStatus']).'</em><br />
Bot anwser: <em>'.htmlentities($anwserPlayerJson['response']).'</em><br />'; Bot anwser: <em>'.htmlentities($anwserPlayer['response']).'</em><br />';
}else{ }else{
$fullLogs=""; $fullLogs="";
} }