mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Apply safe input to ui_get_url_refresh return - fix text form inputs js error - #1574
This commit is contained in:
parent
9f66f6c269
commit
e902baaf9d
@ -2300,6 +2300,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