Explorar el Código

Update index.php

tags/6.1.0^2
tianya hace 3 años
padre
commit
d7881633d5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/install/index.php

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

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


Cargando…
Cancelar
Guardar