1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-04 07:53:06 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2020-06-01 11:22:45 +02:00
commit 6c970be53c
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

@ -1464,6 +1464,9 @@ function user_ipwhois($ip)
$ipwhois = '';
// Limit the query to all possible flags (whois.arin.net)
$ip = 'z ' . $ip;
if (($fsk = @fsockopen($whois_host, 43)))
{
// CRLF as per RFC3912