Remove deprecated handling of array keys for $wgProxyList
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 6a1f7b5..d23cc7b 100644 (file)
@@ -6002,9 +6002,8 @@ $wgSecretKey = false;
  * Big list of banned IP addresses.
  *
  * This can have the following formats:
- * - An array of addresses, either in the values
- *   or the keys (for backward compatibility, deprecated since 1.30)
- * - A string, in that case this is the path to a file
+ * - An array of addresses
+ * - A string, in which case this is the path to a file
  *   containing the list of IP addresses, one per line
  */
 $wgProxyList = [];