UTF8 and javascript
This commit is contained in:
parent
0bdf972eab
commit
90994a60ee
|
@ -249,7 +249,7 @@ switch ($_POST['act']){
|
||||||
if(($x >= $_SESSION['width']) OR ($y >= $_SESSION['height'])){
|
if(($x >= $_SESSION['width']) OR ($y >= $_SESSION['height'])){
|
||||||
echo json_encode(array(
|
echo json_encode(array(
|
||||||
'target' => '',
|
'target' => '',
|
||||||
'log' => $currentBot['name']." a fait un tir en dehors des limites de la carte. C'est interdit par les conventions de Geneve. Il perd"
|
'log' => $currentBot['name']." a fait un tir en dehors des limites de la carte. C est interdit par les conventions de Geneve. Il perd"
|
||||||
));
|
));
|
||||||
save_battle('Battleship',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],$opponent);
|
save_battle('Battleship',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],$opponent);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user