X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FProxyLookup.php;h=7450bb91dc73e53b66b06857ad27e8174662ed0e;hp=246ae95ae965c90b7c9dad30b9f89804716e5c59;hb=e390198c4e4be7632b01173e42050061f1cc346a;hpb=095a2a05b2aaccff26d7b871194a4edccd092707 diff --git a/includes/ProxyLookup.php b/includes/ProxyLookup.php index 246ae95ae9..7450bb91dc 100644 --- a/includes/ProxyLookup.php +++ b/includes/ProxyLookup.php @@ -58,7 +58,7 @@ class ProxyLookup { */ public function isConfiguredProxy( $ip ) { // Quick check of known singular proxy servers - if ( in_array( $ip, $this->proxyServers ) ) { + if ( in_array( $ip, $this->proxyServers, true ) ) { return true; }