Explorar el Código

Update index_testenv.php

tags/6.2.0
xushubieli hace 2 años
padre
commit
31f6dcc3a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/admin/index_testenv.php

+ 1
- 1
src/admin/index_testenv.php Ver fichero

@@ -132,7 +132,7 @@ if (!IsSSL()) {
$safeMsg[] = '站点尚未启用https,强烈建议您做安全证书';
}
if (version_compare(PHP_VERSION, '5.3.0', '<')) {
$safeMsg[] = '环境版本过低会无法正常使用系统,强烈建议升级到php5.3及以上版本';
$safeMsg[] = 'php版本过低会无法正常使用系统,强烈建议升级到php7.x';
}
if (!DEDEBIZ_SAFE_MODE) {
$safeMsg[] = '系统运行环境为【非安全模式】,强烈建议启用安全模式 <a href="index_body.php?dopost=safe_mode" class="btn btn-success btn-sm">查看</a>';


Cargando…
Cancelar
Guardar