From ebd811415a29143db44cd6d32c5f2f0769dc8fc7 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 19 Jan 2009 09:19:07 +0000 Subject: Stub of the web based installer. --- installer/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'installer/index.php') diff --git a/installer/index.php b/installer/index.php index 07565acc..19b99735 100644 --- a/installer/index.php +++ b/installer/index.php @@ -33,4 +33,7 @@ define("SYSPATH", "DEFINED_TO_SOMETHING_SO_THAT_WE_CAN_KEEP_CONSISTENT_PREAMBLES require(DOCROOT . "installer/installer.php"); if (php_sapi_name() == "cli") { installer::command_line(); +} else { + installer::web(); } + -- cgit v1.2.3