Browse Source

Update index_testenv.php

tags/6.2.0
xushubieli 1 year ago
parent
commit
fb0460aa69
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/index_testenv.php

+ 1
- 1
src/admin/index_testenv.php View File

@@ -135,7 +135,7 @@ if (version_compare(PHP_VERSION, '5.3.0', '<')) {
$safeMsg[] = 'php版本过低会无法正常使用系统,强烈建议升级到php7.x';
}
if (!DEDEBIZ_SAFE_MODE) {
$safeMsg[] = '系统运行环境为【非安全模式】,强烈建议启用安全模式 <a href="index_body.php?dopost=safe_mode" class="btn btn-success btn-sm">查看</a>';
$safeMsg[] = '系统运行环境为:非安全模式,强烈建议启用安全模式 <a href="index_body.php?dopost=safe_mode" class="btn btn-success btn-sm">查看</a>';
}
$rs = TestAdminPWD();
if ($rs < 0) {


Loading…
Cancel
Save