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