From 92b41948f39d8e605a257820b367e188ffaa8c8f Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 13 Sep 2006 14:13:28 +0000 Subject: Make config file world readable git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@747 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- index-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index-install.php') 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 "DONE
"; } -- cgit