From 3df743cc2c0e52dc1715e0f02d4f8d95a32aeb3b Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 18 Apr 2026 23:54:46 +0000 Subject: [PATCH] a --- Controleur/ControleurRecherche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurRecherche.php b/Controleur/ControleurRecherche.php index fd9be3c7..583208d2 100755 --- a/Controleur/ControleurRecherche.php +++ b/Controleur/ControleurRecherche.php @@ -29,8 +29,8 @@ class ControleurRecherche extends Controleur { if(!empty($_POST)) { - var_dump($_POST); - exit; + // var_dump($_POST); + // exit; $csrf_token = trim($this->requete->getParametreFormulaire("csrf_token"));