From 6cf0cd3ffb4bbb45aaaa836d5456afc1d47f6e77 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 25 Feb 2026 12:10:31 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercheparcarte.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurRechercheparcarte.php b/Controleur/ControleurRechercheparcarte.php index 3d16044..fae9c39 100755 --- a/Controleur/ControleurRechercheparcarte.php +++ b/Controleur/ControleurRechercheparcarte.php @@ -80,6 +80,7 @@ class ControleurRechercheparcarte extends Controleur { $versionTagCarte = base64_decode($parts[0]); $codeEntite = base64_decode($parts[1]); + /* var_dump( array( "parts" => $parts, @@ -92,6 +93,7 @@ class ControleurRechercheparcarte extends Controleur { ) ); exit(); + */ if (count($parts) !== 5 || $versionTagCarte !== $versionTagCarteEncours || $codeEntite != $_SESSION['p_codeSociete']) { $msgErreur = 'KANE 01 Carte invalide / Invalid card'; @@ -100,7 +102,6 @@ class ControleurRechercheparcarte extends Controleur { $numeroBeneficiaireCarte = base64_decode($parts[2]); $tagUuid = $parts[3]; - /* var_dump( array( "versionTagCarteEncours" => $versionTagCarteEncours, @@ -111,7 +112,6 @@ class ControleurRechercheparcarte extends Controleur { ) ); exit(); - */ if($codeEntite<=" " || $numeroBeneficiaireCarte<=" " || $tagUuid<=" ") {