Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -516,8 +516,8 @@ |
517 | 517 | |
518 | 518 | $wgAllowAnonymousMinor = false; # Allow anonymous users to mark changes as 'minor' |
519 | 519 | |
520 | | -$wgSysopUserBans = false; # Allow sysops to ban logged-in users |
521 | | -$wgSysopRangeBans = false; # Allow sysops to ban IP ranges |
| 520 | +$wgSysopUserBans = true; # Allow sysops to ban logged-in users |
| 521 | +$wgSysopRangeBans = true; # Allow sysops to ban IP ranges |
522 | 522 | |
523 | 523 | /** Comma-separated list of options to show on the IP block form. |
524 | 524 | * Use strtotime() format, or "infinite" for an infinite block |