diff --git a/common/constants.php b/common/constants.php
index cffe7d532..3a080c7c9 100644
--- a/common/constants.php
+++ b/common/constants.php
@@ -139,11 +139,6 @@ define('__XE_RECOMMEND_PHP_VERSION__', '7.2.0');
define('__ZBXE__', true);
define('__ZBXE_VERSION__', RX_VERSION);
define('_XE_PATH_', RX_BASEDIR);
-define('_XE_PACKAGE_', 'XE');
-define('_XE_LOCATION_', 'en');
-//define('_XE_LOCATION_SITE_', 'https://xe1.xpressengine.com/');
-//define('_XE_DOWNLOAD_SERVER_', 'https://download.xpressengine.com/');
-define('__DEBUG__', 0);
/**
* Status constants for various content types.
diff --git a/modules/autoinstall/autoinstall.admin.view.php b/modules/autoinstall/autoinstall.admin.view.php
index 8b0f1cf0d..d4bef340e 100644
--- a/modules/autoinstall/autoinstall.admin.view.php
+++ b/modules/autoinstall/autoinstall.admin.view.php
@@ -387,6 +387,7 @@ class autoinstallAdminView extends autoinstall
Context::set("package", $package);
Context::set('contain_core', $package->contain_core);
+ Context::set('module_config', $oAdminModel->getAutoInstallAdminModuleConfig());
if(!$_SESSION['ftp_password'])
{
diff --git a/modules/autoinstall/tpl/install.html b/modules/autoinstall/tpl/install.html
index 55e2e4642..bfaecf6d5 100644
--- a/modules/autoinstall/tpl/install.html
+++ b/modules/autoinstall/tpl/install.html
@@ -29,7 +29,7 @@
{$lang->description_download}. (FTP Setup) {$lang->path}: {$package->path}