mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/9746] Adding some more calls to phpbb_ip_normalise().
PHPBB3-9746
This commit is contained in:
@@ -56,7 +56,7 @@ class acp_users
|
||||
$this->page_title = 'WHOIS';
|
||||
$this->tpl_name = 'simple_body';
|
||||
|
||||
$user_ip = request_var('user_ip', '');
|
||||
$user_ip = phpbb_ip_normalise(request_var('user_ip', ''));
|
||||
$domain = gethostbyaddr($user_ip);
|
||||
$ipwhois = user_ipwhois($user_ip);
|
||||
|
||||
|
Reference in New Issue
Block a user