diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-12 02:33:53 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-12 02:33:53 +0000 |
commit | ea3785c12697f168aa467133599ae804906705bb (patch) | |
tree | 8ce96f544199c1366b2ea610632529990a75f9d5 /installer/install.php | |
parent | df44265401f7c45ba833335e7b00d477d3e63797 (diff) |
Add a check that the installation directory is writable
Diffstat (limited to 'installer/install.php')
-rw-r--r-- | installer/install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/install.php b/installer/install.php index 694ae2a1..9ed20d6d 100644 --- a/installer/install.php +++ b/installer/install.php @@ -93,6 +93,8 @@ try { die("Specifed User does not have sufficient authority to install Gallery3\n"); } +$config_valid = installer::check_docroot_writable(); + installer::display_requirements(!$config_valid); if ($config_valid) { |