diff --git a/Controleur/ControleurRecherche.php b/Controleur/ControleurRecherche.php index 116b4766..fd9be3c7 100755 --- a/Controleur/ControleurRecherche.php +++ b/Controleur/ControleurRecherche.php @@ -28,6 +28,10 @@ class ControleurRecherche extends Controleur { $this->beneficiaire->getModeBiometrie(); if(!empty($_POST)) { + + var_dump($_POST); + exit; + $csrf_token = trim($this->requete->getParametreFormulaire("csrf_token")); $numeroBeneficiaire = trim($this->requete->getParametreFormulaire("numeroBeneficiaire"));