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']);