Browse Source

Update index.php

tags/6.1.0^2
tianya 2 years ago
parent
commit
d7881633d5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/install/index.php

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

@@ -24,8 +24,8 @@ if (version_compare(PHP_VERSION, '8.0.0', '>=')) {
}

$moduleCacheFile = dirname(__FILE__).'/modules.tmp.inc';
define('DEDEINC',dirname(__FILE__).'/../../system');
define('DEDEDATA',dirname(__FILE__).'/../../data');
define('DEDEINC',dirname(__FILE__).'/../system');
define('DEDEDATA',dirname(__FILE__).'/../data');
define('DEDEROOT',preg_replace("#[\\\\\/]install#", '', dirname(__FILE__)));
header("Content-Type: text/html; charset=utf-8");
require_once(DEDEROOT.'/install/install.inc.php');


Loading…
Cancel
Save