From 6e7c3ea634f3938e2b8e506d72660aff3684060d Mon Sep 17 00:00:00 2001 From: LyLme Date: Tue, 9 Jan 2024 13:43:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20v1.8.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/updbase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/updbase.php b/include/updbase.php index 6a34a17..407864f 100644 --- a/include/updbase.php +++ b/include/updbase.php @@ -88,7 +88,7 @@ if($sqlvn < $filevn) { $about_content = str_replace(PHP_EOL, '\r\n', $about_content); $about = "INSERT INTO `lylme_config` (`id`, `k`, `v`, `description`) VALUES (NULL, 'about', '" . $about_content . "', NULL)"; } - $DB->query(daddslashes($about)); + $DB->query($about); @unlink(ROOT . 'about/说明.txt'); }