mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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…
x
Reference in New Issue
Block a user