mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed security fail filling the plugin fields
This commit is contained in:
parent
e202ab1f7e
commit
0ec93011da
@ -833,7 +833,7 @@ ui_require_javascript_file('pandora_modules');
|
||||
i++;
|
||||
}
|
||||
|
||||
$('#command_preview').html(command+' '+parameters);
|
||||
$('#command_preview').html(_.escape(command) + ' ' + _.escape(parameters));
|
||||
}
|
||||
|
||||
function show_locked_dialog(id_plugin, plugin_name) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user