From 219a8138ab000a06972d8f45eab9893eaf1a1b15 Mon Sep 17 00:00:00 2001 From: LyLme Date: Wed, 11 May 2022 12:46:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=201.1.6=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/updbase.php | 4 ++++ include/version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/updbase.php b/include/updbase.php index 41fb95f..ca857ab 100644 --- a/include/updbase.php +++ b/include/updbase.php @@ -29,6 +29,10 @@ if($sqlvn < 10105) { $version = 'v1.1.5'; $sql = $sql.file_get_contents(ROOT.'install/update2.sql'); } +if($sqlvn < 10106) { + $version = 'v1.1.6'; + $sql = $sql.file_get_contents(ROOT.'install/update3.sql'); +} $sql=explode(';',$sql); for ($i=0;$i \ No newline at end of file