Merge branch 'ent-5952-XSS-Netscan' into 'develop'

fix XSS

See merge request artica/pandorafms!3282
This commit is contained in:
Alejandro Fraguas 2020-06-15 09:33:08 +02:00
commit af8326c042
1 changed files with 1 additions and 3 deletions

View File

@ -692,9 +692,7 @@ class HostDevices extends Wizard
if ($this->page == 1) {
$title = __(
'"%s" features',
io_safe_output(
$this->task['name']
)
$this->task['name']
);
}