Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1302,7 +1302,7 @@ |
1303 | 1303 | $wgAutoblockExpiry = 86400; # Number of seconds before autoblock entries expire |
1304 | 1304 | $wgBlockAllowsUTEdit = false; # Default setting for option on block form to allow self talkpage editing whilst blocked |
1305 | 1305 | $wgSysopEmailBans = true; # Allow sysops to ban users from accessing Emailuser |
1306 | | -$wgBlockCIDRLimit = 16; # Blocks below the /16 set of IPs will not be allowed |
| 1306 | +$wgBlockCIDRLimit = 16; # Blocks larger than a /16 (64k addresses) will not be allowed |
1307 | 1307 | |
1308 | 1308 | # Pages anonymous user may see as an array, e.g.: |
1309 | 1309 | # array ( "Main Page", "Wikipedia:Help"); |