From 86ce4a75b494e479e1474910950a4b2fc17c1d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sat, 28 Sep 2024 19:04:40 +0200 Subject: [PATCH] =?UTF-8?q?Position=20des=20boutons=20dans=20la=20config?= =?UTF-8?q?=20et=20pr=C3=A9cise=20la=20cible=20de=20trace=20secure.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- core/module/config/view/index/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index 8f8b2162..e9755af2 100644 --- a/core/core.php +++ b/core/core.php @@ -628,7 +628,7 @@ class common $write_result = file_put_contents($filename, $data, LOCK_EX | $flags); $now = \DateTime::createFromFormat('U.u', microtime(true)); - file_put_contents("tmplog.txt", '[SecurePut][' . $now->format('H:i:s.u') . ']' . "\r\n", FILE_APPEND); + file_put_contents("tmplog.txt", '[SecurePut][' . $now->format('H:i:s.u') . ']' . $filename . "\r\n", FILE_APPEND); // Vérifie si l'écriture a réussi if ($write_result !== false && $write_result === $data_length) { diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index 203315f3..e17d4ae0 100644 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -7,7 +7,7 @@ 'value' => template::ico('home') ]); ?> -
+
'Identité', 'href' => helper::baseUrl() . 'language/site'