This commit is contained in:
KANE LAZENI 2026-07-26 22:51:28 +00:00
parent 6e49919bf6
commit 10da195638

View File

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