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 //make post datas to send
$postDatas=array( $postDatas=array(
'game' => 'conectFour', 'game' => 'connectFour',
'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'])