This commit is contained in:
Gnieark 2016-06-19 21:30:48 +02:00
parent b9210625fe
commit 866385a18b

View File

@ -127,7 +127,7 @@ 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/>';