diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-18 23:59:19 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-18 23:59:19 +0000 |
commit | becc2122094383af0fd1fdc4e353527f11ef7bc7 (patch) | |
tree | 77595ceb497937e1b9a527196c49256c81e8baaa /installer/index.php | |
parent | 248ce3ebce0d5a38271b7b8a767a7ee12bec4329 (diff) |
Move installer.php out of helpers and get rid of helpers.
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 2 |
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(); |