mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-11250-wmi-wizard-no-funciona' into 'develop'
Ent 11250 wmi wizard no funciona See merge request artica/pandorafms!5965
This commit is contained in:
commit
b9a53c71c8
@ -325,7 +325,7 @@ class AgentWizard extends HTML
|
|||||||
$this->wizardSection = get_parameter('wizard_section', 'snmp_explorer');
|
$this->wizardSection = get_parameter('wizard_section', 'snmp_explorer');
|
||||||
$this->idAgent = get_parameter('id_agente', '');
|
$this->idAgent = get_parameter('id_agente', '');
|
||||||
$this->idPolicy = get_parameter('id', '');
|
$this->idPolicy = get_parameter('id', '');
|
||||||
$this->targetIp = get_parameter('targetIp', '');
|
$this->targetIp = io_safe_input(trim(io_safe_output(get_parameter('targetIp', ''))));
|
||||||
$this->wmiBinary = $config['wmiBinary'];
|
$this->wmiBinary = $config['wmiBinary'];
|
||||||
$this->defaultSNMPValues = (array) json_decode(io_safe_output($config['agent_wizard_defaults']));
|
$this->defaultSNMPValues = (array) json_decode(io_safe_output($config['agent_wizard_defaults']));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user