Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2857,8 +2857,8 @@ |
2858 | 2858 | * |
2859 | 2859 | * $wgRateLimitsExcludedGroups = array( 'sysop', 'bureaucrat' ); |
2860 | 2860 | */ |
| 2861 | +$wgRateLimitsExcludedGroups = array(); |
2861 | 2862 | |
2862 | | - |
2863 | 2863 | /** |
2864 | 2864 | * On Special:Unusedimages, consider images "used", if they are put |
2865 | 2865 | * into a category. Default (false) is not to count those as used. |