Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1121,7 +1121,7 @@ |
1122 | 1122 | $wgMaxSigChars = 255; # Maximum number of Unicode characters in signature |
1123 | 1123 | $wgMaxArticleSize = 2048; # Maximum article size in kilobytes |
1124 | 1124 | # Maximum number of bytes in username. You want to run the maintenance |
1125 | | -# script ./maintenancecheckUsernames.php once you have changed this value |
| 1125 | +# script ./maintenance/checkUsernames.php once you have changed this value |
1126 | 1126 | $wgMaxNameChars = 255; |
1127 | 1127 | |
1128 | 1128 | $wgMaxPPNodeCount = 1000000; # A complexity limit on template expansion |