From efe7f2298424e7c6b73abf7d1db33a40fc0e1490 Mon Sep 17 00:00:00 2001 From: LyLme Date: Tue, 9 Jan 2024 12:28:48 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/updbase.php b/include/updbase.php index bd9c819..2c0cacb 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 = 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

感谢来访,本站致力于简洁高效的上网导航和搜索入口,安全快捷。

\r\n

如果您喜欢我们的网站,请将本站添加到收藏夹(快捷键Ctrl+D),并设为浏览器主页,方便您的下次访问,感谢支持。

\r\n


\r\n

本站承诺

\r\n

绝对不会收集用户的隐私信息

\r\n

区别于部分导航网站,本站链接直接跳转目标,不会对链接处理再后跳转,不会收集用户的隐藏信息,包括但不限于点击记录,访问记录和搜索记录,请放心使用

\r\n
\r\n

申请收录

\r\n

请点这里

\r\n
\r\n

联系我们

\r\n

若您在使用本站时遇到了包括但不限于以下问题:

\r\n
  • 图标缺失
  • \r\n
  • 目标网站无法打开
  • \r\n
  • 描述错误
  • \r\n
  • 网站违规
  • \r\n
  • 收录加急处理
  • \r\n
  • 链接删除
  • \r\n

    请发邮件与我们联系

    \r\n
    联系邮箱
    \r\n

    \r\n
    联系说明
    \r\n

    为了您的问题能快速被处理,建议在邮件主题添加【反馈】【投诉】【推荐】【友链】

    ', NULL)";