init game

This commit is contained in:
Gnieark 2016-05-11 10:56:34 +02:00
parent ecfc59b462
commit b8d7007831

View File

@ -56,7 +56,7 @@ switch ($_POST['act']){
}
//What player has to play?
if(!isset($_SESSION['currentPlayer']){
if(!isset($_SESSION['currentPlayer'])){
$_SESSION['currentPlayer']=1;
$you="X";
}else{