This commit is contained in:
gnieark 2016-06-19 23:19:13 +02:00
parent 945214198d
commit a7f1c9aefa

View File

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