From 15a2fb1fed8c5446d2b163f0f51969224ba74103 Mon Sep 17 00:00:00 2001 From: ONEXIN Date: Sun, 29 Mar 2020 12:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20PHP7.4=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=8A=B1=E6=8B=AC=E5=8F=B7=E5=81=8F=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/install/index.php b/upload/install/index.php index 1819e3c63..0ca146d13 100644 --- a/upload/install/index.php +++ b/upload/install/index.php @@ -321,7 +321,7 @@ if($method == 'show_license') { } } - if(strpos($tablepre, '.') !== false || intval($tablepre{0})) { + if(strpos($tablepre, '.') !== false || intval($tablepre[0])) { show_msg('tablepre_invalid', $tablepre, 0); } -- Gitee