mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-10719-wrong-macro-description-of-plugin-module-with-snmp-wizard' into 'develop'
Fixed encoding multibyte characters See merge request artica/pandorafms!5611
This commit is contained in:
commit
98344296aa
@ -2333,7 +2333,7 @@ class AgentWizard extends HTML
|
||||
}
|
||||
|
||||
$tmp->id_plugin($infoMacros['server_plugin']);
|
||||
$tmp->macros(json_encode($fieldsPlugin));
|
||||
$tmp->macros(io_json_mb_encode($fieldsPlugin));
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -2507,7 +2507,7 @@ class AgentWizard extends HTML
|
||||
}
|
||||
|
||||
$tmp->id_plugin($infoMacros['server_plugin']);
|
||||
$tmp->macros(json_encode($fieldsPlugin));
|
||||
$tmp->macros(io_json_mb_encode($fieldsPlugin));
|
||||
}
|
||||
|
||||
$tmp->ip_target(io_safe_input($this->targetIp));
|
||||
|
Loading…
x
Reference in New Issue
Block a user