Fix vulnerabilità su client IP
This commit is contained in:
parent
f64e3a7ce1
commit
0f1fb57904
|
@ -202,7 +202,7 @@ function get_client_ip()
|
|||
$ipaddress = 'UNKNOWN';
|
||||
}
|
||||
|
||||
return $ipaddress;
|
||||
return strip_tags($ipaddress);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue