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;