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