Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1,9 +1,12 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * DO NOT EDIT THIS FILE! |
5 | 4 | * |
6 | | - * To customize your installation, edit "LocalSettings.php". |
| 5 | + * DO NOT EVER EDIT THIS FILE! |
7 | 6 | * |
| 7 | + * |
| 8 | + * To customize your installation, edit "LocalSettings.php". If you make |
| 9 | + * changes here, they will be lost on next upgrade of MediaWiki! |
| 10 | + * |
8 | 11 | * Note that since all these string interpolations are expanded |
9 | 12 | * before LocalSettings is included, if you localize something |
10 | 13 | * like $wgScriptPath, you must also localize everything that |