X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=01510fb23867418eb591502882eaa76a83660010;hb=b7723bf8ed4585183c597b5157e91ef2419aeddc;hp=acfc3e1770ed4e7f9c557e0c54c2174193e3ccfb;hpb=5ad6ea7d48320acdceb76783f563cbd186534e76;p=lhc%2Fweb%2Fwiklou.git 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");