From b6d088c7ea3b8f8ce9e5bd03227ca3068369c4fb Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 5 Jan 2026 12:19:21 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercherassure.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Controleur/ControleurRechercherassure.php b/Controleur/ControleurRechercherassure.php index ed005b8..d6d5d66 100644 --- a/Controleur/ControleurRechercherassure.php +++ b/Controleur/ControleurRechercherassure.php @@ -27,14 +27,13 @@ class ControleurRechercherassure extends Controleur { { $this->beneficiaire->getModeBiometrie(); - var_dump( - array( - "cas" => "getModeBiometrie", - ) - ); - exit(); - if(!empty($_POST)) { + var_dump( + array( + "cas" => "POST", + ) + ); + exit(); $numeroBeneficiaire=trim($_POST['numeroBeneficiaire']); $numeroAdherent=trim($_POST['numeroAdherent']);