From 5824079b41be7d944ab83ff6ba910cd4da7706a3 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 9 May 2022 21:49:02 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=EC=97=90=EB=9F=AC=20=EB=A1=9C=EA=B9=85?= =?UTF-8?q?=EC=8B=9C=20=EC=97=90=EB=9F=AC=EB=AA=85=EC=97=90=EB=8F=84=20{RO?= =?UTF-8?q?OT}=EC=B9=98=ED=99=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/f_config/config.php b/f_config/config.php index b9c09f2e..3a5442d7 100644 --- a/f_config/config.php +++ b/f_config/config.php @@ -96,6 +96,7 @@ function logError(string $err, string $errstr, string $errpath, array $trace) $fdb = FileDB::db(ROOT . '/d_log/err_log.sqlite3', ROOT . '/f_install/sql/err_log.sql'); $date = date("Ymd_His"); + $err = str_replace(ROOT, '{ROOT}', $errpath); $errpath = str_replace(ROOT, '{ROOT}', $errpath); $trace = array_map(function (string $text) { return str_replace(ROOT, '{ROOT}', $text);