From 6666a3473b3b123ea58cf15eb251160fdfc819ce Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 12 Jan 2013 17:13:42 +0200 Subject: [PATCH] Installer: fixes --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@