Merge branch 'ent-5952-XSS-Netscan' into 'develop'
fix XSS See merge request artica/pandorafms!3282
This commit is contained in:
commit
af8326c042
|
@ -692,9 +692,7 @@ class HostDevices extends Wizard
|
|||
if ($this->page == 1) {
|
||||
$title = __(
|
||||
'"%s" features',
|
||||
io_safe_output(
|
||||
$this->task['name']
|
||||
)
|
||||
$this->task['name']
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue