From 8198df5bfc77cefb5739fc3873027ec31d7fabea Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 7 May 2026 06:21:57 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxstatutacte.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurAjaxstatutacte.php b/Controleur/ControleurAjaxstatutacte.php index 8447433..ac8f6e8 100755 --- a/Controleur/ControleurAjaxstatutacte.php +++ b/Controleur/ControleurAjaxstatutacte.php @@ -27,7 +27,15 @@ class ControleurAjaxstatutacte extends Controleur { if (!Csrf::validateToken($csrf_token)) { $_SESSION['flash_error'] = 'Votre session a expiré. Veuillez réessayer.'; - $statut = "99"; + var_dump( + array( + "csrf_token" => $csrf_token, + "flash_error" => $_SESSION['flash_error'], + ) + ); + exit; + + $statut = "99"; $motif = $this->garantie->getlibellemotifdepassement($statut); $this->genererVueAjax(array(