X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=3795591ce69968bf7821238f52e7edc19fe32c54;hb=2d545a6e6da6d8a075afcedadc27d3cc53692631;hp=cf3e569b2ab6d6fc256625aba47ebf7c51ab774c;hpb=af28f35696ce2d50bdc0cf62af3ceaf524dc8c68;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index cf3e569b2a..3795591ce6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -75,7 +75,7 @@ $wgConfigRegistry = [ * MediaWiki version number * @since 1.2 */ -$wgVersion = '1.30.0-alpha'; +$wgVersion = '1.30.0-wmf.17'; /** * Name of the site. It must be changed in LocalSettings.php @@ -8727,6 +8727,18 @@ $wgCSPFalsePositiveUrls = [ 'https://ad.lkqd.net/vpaid/vpaid.js' => true, ]; +/** + * Shortest CIDR limits that can be checked in any individual range check + * at Special:Contributions. + * + * @var array + * @since 1.30 + */ +$wgRangeContributionsCIDRLimit = [ + 'IPv4' => 16, + 'IPv6' => 32, +]; + /** * The following variables define 3 user experience levels: *