From 50461f992be1fb426ce35e100e24956b26353d4e Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 16 Feb 2026 00:05:33 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercheparcarte.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Controleur/ControleurRechercheparcarte.php b/Controleur/ControleurRechercheparcarte.php index 07b9177..9705ed8 100755 --- a/Controleur/ControleurRechercheparcarte.php +++ b/Controleur/ControleurRechercheparcarte.php @@ -76,9 +76,7 @@ class ControleurRechercheparcarte extends Controleur { ); exit(); */ - echo count($parts); - exit(); - + if (count($parts) !== 4 || $versionTagCarte !== $versionTagCarteEncours) { $msgErreur = 'Carte invalide / Invalid card'; }