diff --git a/include/updbase.php b/include/updbase.php index bd9c819..da66a5c 100644 --- a/include/updbase.php +++ b/include/updbase.php @@ -84,7 +84,8 @@ if($sqlvn < $filevn) { if (!isset($conf['about'])) { $about_file = ROOT . 'about/about.txt'; if(file_exists($about_file)) { - $about = file_get_contents($about_file); + $about_content = daddslashes(file_get_contents($about_file)); + $about = "INSERT INTO `lylme_config` (`id`, `k`, `v`, `description`) VALUES (NULL, 'about', '" . $about_content . "', NULL)"; } else { $about = "INSERT INTO `lylme_config` (`id`, `k`, `v`, `description`) VALUES (NULL, 'about', '
感谢来访,本站致力于简洁高效的上网导航和搜索入口,安全快捷。
\r\n如果您喜欢我们的网站,请将本站添加到收藏夹(快捷键Ctrl+D
),并设为浏览器主页,方便您的下次访问,感谢支持。
\r\n
绝对不会收集用户的隐私信息
\r\n
区别于部分导航网站,本站链接直接跳转目标,不会对链接处理再后跳转,不会收集用户的隐藏信息,包括但不限于点击记录,访问记录和搜索记录,请放心使用
\r\n请点这里
\r\n若您在使用本站时遇到了包括但不限于以下问题:
\r\n请发邮件与我们联系
\r\n为了您的问题能快速被处理,建议在邮件主题添加【反馈】【投诉】【推荐】【友链】
', NULL)";