install/upgrade.php
changeset 526 b2fb50d572c7
parent 497 ecb636490702
child 536 218a627eb53e
equal deleted inserted replaced
525:3f2dfdb99be4 526:b2fb50d572c7
    26 define('IN_ENANO_MIGRATION', 1);
    26 define('IN_ENANO_MIGRATION', 1);
    27 define('ENANO_ALLOW_LOAD_NOLANG', 1);
    27 define('ENANO_ALLOW_LOAD_NOLANG', 1);
    28 @ini_set('display_errors', 'on');
    28 @ini_set('display_errors', 'on');
    29 
    29 
    30 // Load installer files
    30 // Load installer files
    31 require_once('includes/sql_parse.php');
    31 require_once('../includes/sql_parse.php');
    32 require_once('includes/common.php');
    32 require_once('includes/common.php');
    33 require_once('includes/libenanoinstall.php');
    33 require_once('includes/libenanoinstall.php');
    34 
    34 
    35 // when the installer's common is loaded, it runs chdir() to the ENANO_ROOT, thus making this Enano's common.php
    35 // when the installer's common is loaded, it runs chdir() to the ENANO_ROOT, thus making this Enano's common.php
    36 require_once('includes/common.php');
    36 require_once('includes/common.php');