mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 08:35:31 +02:00
Merge branch '3.2.x' into 3.3.x
This commit is contained in:
commit
642f990fbc
@ -1464,6 +1464,9 @@ function user_ipwhois($ip)
|
|||||||
|
|
||||||
$ipwhois = '';
|
$ipwhois = '';
|
||||||
|
|
||||||
|
// Limit the query to all possible flags (whois.arin.net)
|
||||||
|
$ip = 'z ' . $ip;
|
||||||
|
|
||||||
if (($fsk = @fsockopen($whois_host, 43)))
|
if (($fsk = @fsockopen($whois_host, 43)))
|
||||||
{
|
{
|
||||||
// CRLF as per RFC3912
|
// CRLF as per RFC3912
|
||||||
|
Loading…
x
Reference in New Issue
Block a user