diff --git a/Controleur/ControleurRecherche.php b/Controleur/ControleurRecherche.php index 50d708b3..116b4766 100755 --- a/Controleur/ControleurRecherche.php +++ b/Controleur/ControleurRecherche.php @@ -27,8 +27,6 @@ class ControleurRecherche extends Controleur { { $this->beneficiaire->getModeBiometrie(); - - if(!empty($_POST)) { $csrf_token = trim($this->requete->getParametreFormulaire("csrf_token")); @@ -48,7 +46,6 @@ class ControleurRecherche extends Controleur { $email=trim($_POST['email']); */ - /* var_dump( array( "submittedToken" => $csrf_token, @@ -58,7 +55,6 @@ class ControleurRecherche extends Controleur { ); exit; - */ if (!Csrf::validateToken($csrf_token)) { // Distinguer expiration et tentative malveillante