Browse Source

Update index.php

tags/6.5.0
tianya 1 month ago
parent
commit
686f5d7e49
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/install/index.php

+ 1
- 1
src/install/index.php View File

@@ -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);


Loading…
Cancel
Save