From b8901e90fa809b9162f34e3d30ccab1c7b77ec64 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 14 Feb 2026 15:07:38 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercheparcarte.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurRechercheparcarte.php b/Controleur/ControleurRechercheparcarte.php index e4b409c..45d8a56 100755 --- a/Controleur/ControleurRechercheparcarte.php +++ b/Controleur/ControleurRechercheparcarte.php @@ -66,6 +66,7 @@ class ControleurRechercheparcarte extends Controleur { $donneesCarte = $_POST['donneesCarte']; // ex: "IS1|ebene|ESI6936000602" => SVMx|ZWJlbmU=|RVNJNjkzNjAwMDYwMQ== $parts = explode('|', $donneesCarte); + /* var_dump( array( "POST" => $_POST, @@ -74,7 +75,8 @@ class ControleurRechercheparcarte extends Controleur { ) ); exit(); - + */ + $versionTagCarte = base64_decode($parts[0]); $codeEntite = base64_decode($parts[1]); $numeroBeneficiaireCarte = base64_decode($parts[2]);