From ea3785c12697f168aa467133599ae804906705bb Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 12 Jan 2009 02:33:53 +0000 Subject: Add a check that the installation directory is writable --- installer/install.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'installer/install.php') 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) { -- cgit v1.2.3