mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Apply Safe input to ui_get_url_refresh function return - #1574
This commit is contained in:
parent
213e8e6d18
commit
eedd6407b5
@ -2301,6 +2301,8 @@ function ui_get_url_refresh ($params = false, $relative = true, $add_post = true
|
||||
|
||||
$url = htmlspecialchars ($url);
|
||||
|
||||
$url = io_safe_input($url);
|
||||
|
||||
if (! $relative) {
|
||||
return ui_get_full_url ($url);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user