equal
deleted
inserted
replaced
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'); |