This commit is contained in:
KANE LAZENI 2026-07-26 22:53:55 +00:00
parent 9b40a97447
commit 678432dbc4

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