summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--installer/index.php2
-rw-r--r--installer/installer.php (renamed from installer/helpers/installer.php)0
2 files changed, 1 insertions, 1 deletions
diff --git a/installer/index.php b/installer/index.php
index a8cc4aae..da17147a 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -46,7 +46,7 @@ define('VARPATH', DOCROOT . 'var' . DIRECTORY_SEPARATOR);
define('TEST_MODE', 0);
define('EXT', ".php");
-include DOCROOT . "installer/helpers/installer.php";
+include DOCROOT . "installer/installer.php";
if (PHP_SAPI == "cli") {
installer::command_line();
diff --git a/installer/helpers/installer.php b/installer/installer.php
index ea01f799..ea01f799 100644
--- a/installer/helpers/installer.php
+++ b/installer/installer.php