This commit is contained in:
Gnieark 2016-06-20 18:41:24 +02:00
parent 1638160816
commit f5ae0e84f0

View File

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