fix php parse error
This commit is contained in:
parent
b8d7007831
commit
88c3379810
|
@ -74,7 +74,7 @@ switch ($_POST['act']){
|
||||||
'game' => 'conectFour',
|
'game' => 'conectFour',
|
||||||
'match_id' => $_SESSION['matchId']. $_SESSION['currentPlayer'],
|
'match_id' => $_SESSION['matchId']. $_SESSION['currentPlayer'],
|
||||||
//'opponent' => $opponentName,
|
//'opponent' => $opponentName,
|
||||||
'you' => $you
|
'you' => $you,
|
||||||
'grid' => json_encode( $_SESSION['map'])
|
'grid' => json_encode( $_SESSION['map'])
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user