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; }