Make VARPATH accessible to all.

This commit is contained in:
Bharat Mediratta
2009-01-20 01:15:20 +00:00
parent e6530e9ea6
commit a299f418e1
+1
View File
@@ -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";