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