From becc2122094383af0fd1fdc4e353527f11ef7bc7 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 18 Jan 2009 23:59:19 +0000 Subject: Move installer.php out of helpers and get rid of helpers. --- installer/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/index.php') 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(); -- cgit v1.2.3