This commit is contained in:
KANE LAZENI 2026-07-26 22:52:14 +00:00
parent 10da195638
commit 9b40a97447

View File

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