From fca196c3acfcabaa60279204a94026bdb7150208 Mon Sep 17 00:00:00 2001 From: show Date: Sat, 7 Nov 2020 10:24:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=88=B6=E4=BD=BF=E7=94=A8mysqli=5Fco?= =?UTF-8?q?nnect,=20mysql=5Fconnect=E8=A2=AB=E9=81=97=E5=BC=83=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install/index.php b/src/install/index.php index 1aacba8c..2cb983fc 100644 --- a/src/install/index.php +++ b/src/install/index.php @@ -71,7 +71,7 @@ else if($step==2) $sp_allow_url_fopen = (ini_get('allow_url_fopen') ? '[√]On' : '[×]Off'); $sp_safe_mode = (ini_get('safe_mode') ? '[×]On' : '[√]Off'); $sp_gd = ($sp_gd>0 ? '[√]On' : '[×]Off'); - $sp_mysql = (function_exists('mysql_connect') ? '[√]On' : '[×]Off'); + $sp_mysql = (function_exists('mysqli_connect') ? '[√]On' : '[×]Off'); if($sp_mysql=='[×]Off') $sp_mysql_err = TRUE;