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'); }