mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fixed SNMP interface wizard modules with special chars
This commit is contained in:
parent
90905d72f5
commit
06f3b0ea36
@ -1186,7 +1186,7 @@ class AgentWizard extends HTML
|
|||||||
[
|
[
|
||||||
'arguments' => [
|
'arguments' => [
|
||||||
'type' => 'hidden',
|
'type' => 'hidden',
|
||||||
'value' => json_encode($candidateModules),
|
'value' => htmlspecialchars(json_encode($candidateModules)),
|
||||||
'return' => true,
|
'return' => true,
|
||||||
'name' => 'modules-definition',
|
'name' => 'modules-definition',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user