debog output

This commit is contained in:
Gnieark 2015-12-18 21:32:52 +01:00
parent 6ad612de14
commit 7b539a959e

View File

@ -238,7 +238,7 @@ switch ($_POST['act']){
if(!preg_match('/^[0-9]+,[0-9]$/',$anwserPlayer)){ if(!preg_match('/^[0-9]+,[0-9]$/',$anwserPlayer)){
echo json_encode(array( echo json_encode(array(
'target' => '', 'target' => '',
'log' => $currentBot['name']." a fait une réponse non conforme, il perd.".$anwserPlayer 'log' => $currentBot['name']." a fait une réponse non conforme, il perd.|".nl2br($anwserPlayer)."|";
)); ));
save_battle('Battleship',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],$opponent); save_battle('Battleship',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],$opponent);
die; die;