mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix vulnerabilità su client IP
This commit is contained in:
@@ -202,7 +202,7 @@ function get_client_ip()
|
||||
$ipaddress = 'UNKNOWN';
|
||||
}
|
||||
|
||||
return $ipaddress;
|
||||
return strip_tags($ipaddress);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user