This commit is contained in:
KANE LAZENI 2026-04-20 13:31:08 +00:00
parent 60ad840c85
commit 4292505222

View File

@ -73,9 +73,7 @@ class ControleurAjaxcomposantetarif extends Controleur
if (!Csrf::validateToken($csrf_token)) {
$_SESSION['flash_error'] = 'Votre session a expiré. Veuillez réessayer.';
// header('Location: ' . $_SERVER['HTTP_REFERER']);
header('Location: https://gestionnaire.ebene.ovh/Tarifsactes/');
exit;
}