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']); ?>