diff --git a/install.php b/install.php index c15a60a..9ba079f 100644 --- a/install.php +++ b/install.php @@ -14,7 +14,7 @@ $system_timezone = date_default_timezone_get(); // Load bootstrap file - require_once(ROOT . DS . 'monstra' . DS . 'bootstrap.php'); + require_once(ROOT . DS . 'engine' . DS . '_init.php'); // Get array with the names of all modules compiled and loaded $php_modules = get_loaded_extensions(); @@ -444,7 +444,7 @@