From 0d1f273e6677764da159a5ba596f016ef4076768 Mon Sep 17 00:00:00 2001 From: tensent Date: Wed, 15 Apr 2020 18:23:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=89=E8=A3=85=E6=95=99?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/install.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/install.php b/public/install.php index 8347e3fb..605b4e3e 100644 --- a/public/install.php +++ b/public/install.php @@ -114,6 +114,9 @@ function showmsg(msg, classname){ $('div#show-list').append('
  • '+msg+'
  • '); } + @@ -544,6 +547,7 @@ function check_func(){ array('pdo','支持','success','类'), array('pdo_mysql','支持','success','模块'), array('file_get_contents', '支持', 'success','函数'), + array('file_put_contents', '支持', 'success','函数'), array('mb_strlen', '支持', 'success','函数'), );