From 5d070606438dde18c85146d999bd122f1378c362 Mon Sep 17 00:00:00 2001 From: LyLme Date: Sat, 19 Mar 2022 22:17:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/index.php | 2 +- install/install.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/index.php b/install/index.php index 8782547..464f881 100644 --- a/install/index.php +++ b/install/index.php @@ -48,7 +48,7 @@ function checkconnect($connect){ // } // return $hash; // } -$ver = '1.1.2' +$ver = '1.1.3' ?> diff --git a/install/install.sql b/install/install.sql index 15f3c62..a496a13 100644 --- a/install/install.sql +++ b/install/install.sql @@ -35,7 +35,7 @@ INSERT INTO `lylme_config` VALUES ('yan', 'true', '随机一言开关'); INSERT INTO `lylme_config` VALUES ('tq', 'true', '天气显示开关'); INSERT INTO `lylme_config` VALUES ('wztj', '', '网站统计代码'); INSERT INTO `lylme_config` VALUES ('template', 'default','网站模板'); -INSERT INTO `lylme_config` VALUES ('template', NULL,'CDN地址'); +INSERT INTO `lylme_config` VALUES ('cdnpublic', NULL,'CDN地址'); -- ---------------------------- -- Table structure for lylme_groups -- ----------------------------