diff options
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
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(); } + |