diff --git a/src/install/index.php b/src/install/index.php index c77a8c8d..f0f06f29 100644 --- a/src/install/index.php +++ b/src/install/index.php @@ -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');