This commit is contained in:
Gnieark 2016-06-16 09:21:58 +02:00
parent cad2b778cc
commit eee40de1bb
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a Subproject commit 7c8b786228bb9e1561ff60a2d6f7f6ce91be6fee

View File

@ -135,8 +135,8 @@ switch ($_POST['act']){
if($_POST['fullLogs'] == "true"){ if($_POST['fullLogs'] == "true"){
$fullLogs='Arena send to '.$currentBotName.'<em>'.htmlentities($tempPlayer['messageSend']).'</em><br/> $fullLogs='Arena send to '.$currentBotName.'<em>'.htmlentities($tempPlayer['messageSend']).'</em><br/>
HTTP status: <em>'.htmlentities($tempPlayer['httpStatus']).'<em><br/> HTTP status: <em>'.htmlentities($tempPlayer['httpStatus']).'</em><br/>
Bot anwser: <em>'.htmlentities($tempPlayer['response']).'<em><br/>'; Bot anwser: <em>'.htmlentities($tempPlayer['response']).'</em><br/>';
}else{ }else{
$fullLogs=''; $fullLogs='';