diff --git a/vues/creerPartie_vue.php b/vues/creerPartie_vue.php index cc5947f..3bf704b 100644 --- a/vues/creerPartie_vue.php +++ b/vues/creerPartie_vue.php @@ -61,8 +61,12 @@ function afficher_formulaire() { if (isset($_POST['creerPartie'])) { $total = (int)$_POST['nbCartesVertes'] + (int)$_POST['nbCartesOranges'] + (int)$_POST['nbCartesNoires']; if ($total <= 10) { - creerPartie($_POST['nbCartesVertes'], $_POST['nbCartesOranges'], $_POST['nbCartesNoires']); - echo '