Explorar el Código

Update index.php

tags/6.5.0
tianya hace 1 mes
padre
commit
686f5d7e49
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/install/index.php

+ 1
- 1
src/install/index.php Ver fichero

@@ -11,7 +11,7 @@ error_reporting(E_ALL || ~E_NOTICE);
define('INSLOCKFILE', dirname(__FILE__).'/install_lock.txt');
$verMsg = 'V6';
$dfDbname = 'DedeBIZ';
$cfg_version_detail = '6.3.2'; //详细版本号
$cfg_version_detail = '6.5.0'; //详细版本号
$errmsg = '';
if (version_compare(PHP_VERSION, '8.0.0', '>=') && function_exists("mysqli_report")) {
mysqli_report(MYSQLI_REPORT_OFF);


Cargando…
Cancelar
Guardar