Index: trunk/phase3/config/index.php |
— | — | @@ -1374,8 +1374,14 @@ |
1375 | 1375 | it and uploading it again will hopefully change the ownership to a user ID specific to you.</p> |
1376 | 1376 | EOT; |
1377 | 1377 | } else { |
1378 | | - echo "<p><span style='font-weight:bold;color:green;font-size:110%'>Installation successful!</span> Move the <tt>config/LocalSettings.php</tt> file into the parent directory, then follow |
1379 | | - <strong><a href='../index.php'>this link</a></strong> to your wiki.</p>\n"; |
| 1378 | + echo <<<EOT |
| 1379 | +<p> |
| 1380 | +<span class="success-message">Installation successful!</span> |
| 1381 | +Move the <tt>config/LocalSettings.php</tt> file to the parent directory, then follow |
| 1382 | +<a href="../index.php"> this link</a> to your wiki.</p> |
| 1383 | +<p>You should change file permissions for <tt>LocalSettings.php</tt> as required to |
| 1384 | +prevent other users on the server reading passwords and altering configuration data.</p> |
| 1385 | +EOT; |
1380 | 1386 | } |
1381 | 1387 | } |
1382 | 1388 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -72,6 +72,8 @@ |
73 | 73 | * (bug 10181) Support the XCache object caching mechanism |
74 | 74 | * (bug 9058) Introduce '--aconf' option for all maintenance scripts, to provide |
75 | 75 | a path to the AdminSettings.php file |
| 76 | +* (bug 8781) Remind users to check file permissions for LocalSettings.php |
| 77 | + post-installation |
76 | 78 | |
77 | 79 | == Bugfixes since 1.10 == |
78 | 80 | |