diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-12 01:34:36 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-12 01:34:36 +0000 |
commit | df44265401f7c45ba833335e7b00d477d3e63797 (patch) | |
tree | a639c2622fe2a543d874bc973bf653f22ef1cc97 /installer/install.php | |
parent | 59202b943e4e0a6d29fdda922e670cc4e5f8beb7 (diff) |
Check to insure that the supplied user had the required permissions
Diffstat (limited to 'installer/install.php')
-rw-r--r-- | installer/install.php | 1 |
1 files changed, 0 insertions, 1 deletions
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); |