diff --git a/crmeb/install/index.php b/crmeb/install/index.php index ad96a24f..79987f38 100644 --- a/crmeb/install/index.php +++ b/crmeb/install/index.php @@ -119,9 +119,9 @@ switch ($step) { $err++; } if(function_exists('bcadd')){ - $bcadd = '[√]支持 '; + $BC = '[√]支持 '; }else{ - $bcadd= '[×]不支持'; + $BC = '[×]不支持'; $err++; } diff --git a/crmeb/install/templates/step2.php b/crmeb/install/templates/step2.php index ebb2a71c..47c948dc 100644 --- a/crmeb/install/templates/step2.php +++ b/crmeb/install/templates/step2.php @@ -127,9 +127,9 @@