diff --git a/crmeb/install/index.php b/crmeb/install/index.php index ab30a2b2..ad96a24f 100644 --- a/crmeb/install/index.php +++ b/crmeb/install/index.php @@ -118,6 +118,13 @@ switch ($step) { $file_put_contents = '[×]不支持'; $err++; } + if(function_exists('bcadd')){ + $bcadd = '[√]支持 '; + }else{ + $bcadd= '[×]不支持'; + $err++; + } + $folder = array( 'install', diff --git a/crmeb/install/templates/step2.php b/crmeb/install/templates/step2.php index 9d871da3..ebb2a71c 100644 --- a/crmeb/install/templates/step2.php +++ b/crmeb/install/templates/step2.php @@ -126,6 +126,11 @@