summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-18 23:59:19 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-18 23:59:19 +0000
commitbecc2122094383af0fd1fdc4e353527f11ef7bc7 (patch)
tree77595ceb497937e1b9a527196c49256c81e8baaa
parent248ce3ebce0d5a38271b7b8a767a7ee12bec4329 (diff)
Move installer.php out of helpers and get rid of helpers.
-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