From a299f418e11d3033065caeb105caa17ed02bee87 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 20 Jan 2009 01:15:20 +0000 Subject: Make VARPATH accessible to all. --- installer/cli.php | 1 + 1 file changed, 1 insertion(+) (limited to 'installer/cli.php') diff --git a/installer/cli.php b/installer/cli.php index 2d539f17..44ba1e47 100644 --- a/installer/cli.php +++ b/installer/cli.php @@ -45,6 +45,7 @@ if (!installer::connect($config)) { } else if (!installer::create_database_config($config)) { oops("Couldn't create var/database.php"); } else { + system("chmod -R 777 " . VARPATH); list ($user, $password) = installer::create_admin($config); print "Your Gallery has been successfully installed!\n"; print "We've created an account for you to use:\n"; -- cgit v1.2.3