summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
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 />";
}