diff --git a/Controleur/ControleurAjaxcomposantetarif.php b/Controleur/ControleurAjaxcomposantetarif.php index 68c48c16..b26425c8 100755 --- a/Controleur/ControleurAjaxcomposantetarif.php +++ b/Controleur/ControleurAjaxcomposantetarif.php @@ -70,11 +70,12 @@ class ControleurAjaxcomposantetarif extends Controleur ); exit; */ - + 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']); + header('Location: https://gestionnaire.ebene.ovh/Tarifsactes/'); exit; }