From 4cfd1b79a2db5495c6a91da44b6c75a9d72802f5 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 16 Feb 2026 00:02:27 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercheparcarte.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Controleur/ControleurRechercheparcarte.php b/Controleur/ControleurRechercheparcarte.php index 3108417..ea801b2 100755 --- a/Controleur/ControleurRechercheparcarte.php +++ b/Controleur/ControleurRechercheparcarte.php @@ -66,7 +66,6 @@ class ControleurRechercheparcarte extends Controleur { $donneesCarte = $_POST['donneesCarte']; // ex: "IS1|ebene|ESI6936000602|b18e7d5e-0ac2-11f1-a875-d05099ffadf8" => SVMx|ZWJlbmU=|RVNJNjkzNjAwMTcwMw==|b18e7d5e-0ac2-11f1-a875-d05099ffadf8 $parts = explode('|', $donneesCarte); - /* var_dump( array( "POST" => $_POST, @@ -75,7 +74,6 @@ class ControleurRechercheparcarte extends Controleur { ) ); exit(); - */ if (count($parts) !== 4 || $versionTagCarte !== $versionTagCarteEncours) { $msgErreur = 'Carte invalide / Invalid card';