more logs on tictactoe

This commit is contained in:
gnieark 2016-06-12 22:42:14 +02:00
parent 3f79c6bf6b
commit 11bd6ffcc4

View File

@ -133,7 +133,7 @@ switch ($_POST['act']){
echo "<p>".$playerName." made a non conform anwser, he lost: <br/>
Bots Arena sent:<em>".$tempPlayer['messageSend']."</em><br/>
".$currentBotName." HTTP STATUS:<em> ".$tempPlayer['httpStatus']."</em><br/>
His response: <em>".htmlentities($tempPlayer['response'])."</em></p>",
His response: <em>".htmlentities($tempPlayer['response'])."</em></p>";
break;