From ee912418253952dbde0342844497ee5c6d62ed7a Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 18 Apr 2026 21:49:34 +0000 Subject: [PATCH] a --- Framework/Vue.php | 5 ++--- Vue/Ajaxconnexioncookie/french.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Framework/Vue.php b/Framework/Vue.php index 767898c5..133f65bc 100755 --- a/Framework/Vue.php +++ b/Framework/Vue.php @@ -92,10 +92,9 @@ class Vue if (file_exists($fichier)) { extract($donnees); ob_start(); - // 18/04/2026 => genérer - // Csrf::field('Vue'); - Csrf::field($fichier); require $fichier; + // 18/04/2026 => genérer + Csrf::field($fichier); return ob_get_clean(); } else { diff --git a/Vue/Ajaxconnexioncookie/french.php b/Vue/Ajaxconnexioncookie/french.php index e0886c5b..c9c33ec2 100755 --- a/Vue/Ajaxconnexioncookie/french.php +++ b/Vue/Ajaxconnexioncookie/french.php @@ -9,7 +9,7 @@ // echo ini_get('session.gc_maxlifetime'); // echo session_id(); - var_dump($_SESSION['csrf_tokens']); + // var_dump($_SESSION['csrf_tokens']); ?>