diff --git a/code/serveur/php/createGame.php b/code/serveur/php/createGame.php index 2d0982d..fdb2ac0 100644 --- a/code/serveur/php/createGame.php +++ b/code/serveur/php/createGame.php @@ -6,7 +6,8 @@ session_start(); if(!isset($_SESSION['userId'])) header("location:login.php?return=createGame&showmsg=oth_login_createGame_nauth"); - + +$cgCount = getNbGameCreationRemained($_SESSION['userId']); ?> @@ -15,151 +16,161 @@ if(!isset($_SESSION['userId']))