From d05503154c20f494d15068ee209be36c4192399e Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 7 Apr 2005 11:54:27 +0000 Subject: [PATCH] Change default on $wgSysopUserBans and $wgSysopRangeBans to true --- includes/DefaultSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1