From: Brion Vibber Date: Thu, 7 Apr 2005 11:54:27 +0000 (+0000) Subject: Change default on $wgSysopUserBans and $wgSysopRangeBans to true X-Git-Tag: 1.5.0alpha1~371 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=d05503154c20f494d15068ee209be36c4192399e;p=lhc%2Fweb%2Fwiklou.git Change default on $wgSysopUserBans and $wgSysopRangeBans to true --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fadfd72412..180604d74d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -516,8 +516,8 @@ $wgWhitelistAccount = array ( 'user' => 1, 'sysop' => 1, 'developer' => 1 ); $wgAllowAnonymousMinor = false; # Allow anonymous users to mark changes as 'minor' -$wgSysopUserBans = false; # Allow sysops to ban logged-in users -$wgSysopRangeBans = false; # Allow sysops to ban IP ranges +$wgSysopUserBans = true; # Allow sysops to ban logged-in users +$wgSysopRangeBans = true; # Allow sysops to ban IP ranges /** Comma-separated list of options to show on the IP block form. * Use strtotime() format, or "infinite" for an infinite block