mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#11250 removed blank space 2
This commit is contained in:
parent
5d8293df1d
commit
68c9328b4e
@ -325,7 +325,7 @@ class AgentWizard extends HTML
|
||||
$this->wizardSection = get_parameter('wizard_section', 'snmp_explorer');
|
||||
$this->idAgent = get_parameter('id_agente', '');
|
||||
$this->idPolicy = get_parameter('id', '');
|
||||
$this->targetIp = trim(get_parameter('targetIp', ''), ' ');
|
||||
$this->targetIp = io_safe_input(trim(io_safe_output(get_parameter('targetIp', ''))));
|
||||
$this->wmiBinary = $config['wmiBinary'];
|
||||
$this->defaultSNMPValues = (array) json_decode(io_safe_output($config['agent_wizard_defaults']));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user