From 144f8c342b35b8940b93e5934f0c149266f5c313 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 10 Jan 2009 22:00:14 +0000 Subject: Change the format of the internal error messages and pretty print the installation parameters --- installer/install.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'installer/install.php') diff --git a/installer/install.php b/installer/install.php index edb571a5..eaf73b6f 100644 --- a/installer/install.php +++ b/installer/install.php @@ -58,12 +58,13 @@ define('EXT', ".php"); include DOCROOT . "/installer/helpers/installer.php"; // @todo Log the results of failed call -if (installer::failed()) { +if (!installer::environment_check()) { installer::display_requirements(); die; } -installer::display_requirements(); -$install_config = installer::parse_cli_parms($argv); +installer::parse_cli_parms($argv); + +installer::display_requirements(); -- cgit v1.2.3