This commit is contained in:
MatteoPistorello 2021-08-23 18:03:10 +02:00
commit 7d9160336f
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ function get_client_ip()
$ipaddress = 'UNKNOWN';
}
return $ipaddress;
return strip_tags($ipaddress);
}
/**