mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fix vulnerabilies
This commit is contained in:
parent
e3ed91604b
commit
183d1ae120
@ -40,16 +40,7 @@ require_once $config['homedir'].'/include/functions_modules.php';
|
||||
require_once $config['homedir'].'/include/functions_agents.php';
|
||||
require_once $config['homedir'].'/include/functions_servers.php';
|
||||
|
||||
$search_string = io_safe_output(
|
||||
urldecode(
|
||||
trim(
|
||||
get_parameter(
|
||||
'search_string',
|
||||
''
|
||||
)
|
||||
)
|
||||
)
|
||||
);
|
||||
$search_string = get_parameter('search_string');
|
||||
|
||||
global $policy_page;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user