summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-13 14:13:28 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-13 14:13:28 +0000
commit92b41948f39d8e605a257820b367e188ffaa8c8f (patch)
treef280631626035755197383767fe146a4754caea2 /index-install.php
parenta7d4b97d2dabdef6eda3fda35aa41db32eb25123 (diff)
downloadwordpress-mu-92b41948f39d8e605a257820b367e188ffaa8c8f.tar.gz
wordpress-mu-92b41948f39d8e605a257820b367e188ffaa8c8f.tar.xz
wordpress-mu-92b41948f39d8e605a257820b367e188ffaa8c8f.zip
Make config file world readable
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@747 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index-install.php')
-rw-r--r--index-install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index-install.php b/index-install.php
index 8b88570..612d359 100644
--- a/index-install.php
+++ b/index-install.php
@@ -348,7 +348,7 @@ function step2() {
}
}
fclose($handle);
- chmod('wp-config.php', 0666);
+ chmod('wp-config.php', 0644);
print "<b style='color: #00aa00; font-weight: bold'>DONE</b><br />";
}