This commit is contained in:
KANE LAZENI 2026-04-20 13:29:11 +00:00
parent 79569496c3
commit 60ad840c85

View File

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