From df44265401f7c45ba833335e7b00d477d3e63797 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 12 Jan 2009 01:34:36 +0000 Subject: Check to insure that the supplied user had the required permissions --- installer/install.php | 1 - 1 file changed, 1 deletion(-) (limited to 'installer/install.php') diff --git a/installer/install.php b/installer/install.php index 2a140594..694ae2a1 100644 --- a/installer/install.php +++ b/installer/install.php @@ -92,7 +92,6 @@ try { } catch (Exception $e) { die("Specifed User does not have sufficient authority to install Gallery3\n"); } -var_dump($config_valid); installer::display_requirements(!$config_valid); -- cgit v1.2.3