Merge branch 'ent-7707-wizard-de-interfaz-snmp-no-soporta-determinados-caracteres' into 'develop'
Fixed SNMP interface wizard modules with special chars See merge request artica/pandorafms!4215
This commit is contained in:
commit
cb101d5540
|
@ -1172,7 +1172,7 @@ class AgentWizard extends HTML
|
|||
[
|
||||
'arguments' => [
|
||||
'type' => 'hidden',
|
||||
'value' => json_encode($candidateModules),
|
||||
'value' => htmlspecialchars(json_encode($candidateModules)),
|
||||
'return' => true,
|
||||
'name' => 'modules-definition',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue