fix php parse errror

This commit is contained in:
Gnieark 2016-05-16 23:36:41 +02:00
parent 5fb2da47e7
commit 5c6a3ec547

View File

@ -215,7 +215,7 @@ switch ($_POST['act']){
'strikeY' => $strikeY, 'strikeY' => $strikeY,
'strikeSymbol'=> $you, 'strikeSymbol'=> $you,
'log' => $you." ".$currentBotName." joue colonne ". $anwserPlayer." et a gagné", 'log' => $you." ".$currentBotName." joue colonne ". $anwserPlayer." et a gagné",
'cellsWin' => json_encode($cellsWin); 'cellsWin' => json_encode($cellsWin)
); );
if($_SESSION['currentPlayer']==1){ if($_SESSION['currentPlayer']==1){
save_battle('connectFou',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],1); save_battle('connectFou',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],1);