From 678432dbc47c2efce2970885a060181104e48813 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 26 Jul 2026 22:53:55 +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 314d587..2707605 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; }