summaryrefslogtreecommitdiff
path: root/installer/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'installer/index.php')
-rw-r--r--installer/index.php2
1 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();