This commit is contained in:
Gnieark 2016-05-11 11:21:50 +02:00
parent d2ccf4741f
commit 72bd49f825

View File

@ -71,8 +71,8 @@ switch ($_POST['act']){
//make post datas to send
$postDatas=array(
'game' => 'conectFour',
'match_id' => $_SESSION['matchId']. $_SESSION['currentPlayer'],
'game' => 'connectFour',
'match_id' => $_SESSION['matchId']."-".$_SESSION['currentPlayer'],
//'opponent' => $opponentName,
'you' => $you,
'grid' => json_encode( $_SESSION['map'])