From 9b40a97447b20ff9d1b040c3cb206cf14cba9bf6 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 26 Jul 2026 22:52:14 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxfacturerfeuillemaladie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controleur/ControleurAjaxfacturerfeuillemaladie.php b/Controleur/ControleurAjaxfacturerfeuillemaladie.php index 2707605..314d587 100755 --- a/Controleur/ControleurAjaxfacturerfeuillemaladie.php +++ b/Controleur/ControleurAjaxfacturerfeuillemaladie.php @@ -20,7 +20,7 @@ class ControleurAjaxfacturerfeuillemaladie extends Controleur { if (!Csrf::validateToken($csrf_token)) { $_SESSION['flash_error'] = 'Votre session a expiré. Veuillez réessayer.'; - header('Location: ' . $_SERVER['HTTP_REFERER']); + // header('Location: ' . $_SERVER['HTTP_REFERER']); exit; }