diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-20 01:15:20 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-20 01:15:20 +0000 |
commit | a299f418e11d3033065caeb105caa17ed02bee87 (patch) | |
tree | 78379d679ff7917b506289d72e8ac2e8d0920ad9 /installer | |
parent | e6530e9ea6759c3aba23f9431e481568664548c4 (diff) |
Make VARPATH accessible to all.
Diffstat (limited to 'installer')
-rw-r--r-- | installer/cli.php | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |