From b7723bf8ed4585183c597b5157e91ef2419aeddc Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 5 Jan 2010 05:08:24 +0000 Subject: [PATCH] Clarify comment on $wgBlockCIDRLimit, larger not below (r58377) --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index acfc3e1770..01510fb238 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1302,7 +1302,7 @@ $wgSysopRangeBans = true; # Allow sysops to ban IP ranges $wgAutoblockExpiry = 86400; # Number of seconds before autoblock entries expire $wgBlockAllowsUTEdit = false; # Default setting for option on block form to allow self talkpage editing whilst blocked $wgSysopEmailBans = true; # Allow sysops to ban users from accessing Emailuser -$wgBlockCIDRLimit = 16; # Blocks below the /16 set of IPs will not be allowed +$wgBlockCIDRLimit = 16; # Blocks larger than a /16 (64k addresses) will not be allowed # Pages anonymous user may see as an array, e.g.: # array ( "Main Page", "Wikipedia:Help"); -- 2.20.1