From a8b56cd23657fe6f1908b9ed282289fd77119e8a Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 18 Jul 2026 07:15:18 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercheprestations.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controleur/ControleurRechercheprestations.php b/Controleur/ControleurRechercheprestations.php index 9bc02a63..030aba0f 100755 --- a/Controleur/ControleurRechercheprestations.php +++ b/Controleur/ControleurRechercheprestations.php @@ -34,6 +34,8 @@ class ControleurRechercheprestations extends Controleur { if(!empty($_POST)) // if (isset($_POST['numeroBeneficiaire'])) { + $csrf_token = trim($this->requete->getParametreFormulaire("csrf_token")); + $numeroBeneficiaire = trim($this->requete->getParametreFormulaire("numeroBeneficiaire")); $numeroAdherent = trim($this->requete->getParametreFormulaire('numeroAdherent')); $nomBeneficiaire = trim($this->requete->getParametreFormulaire('nomBeneficiaire'));