mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +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++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$('#command_preview').html(command+' '+parameters);
|
$('#command_preview').html(_.escape(command) + ' ' + _.escape(parameters));
|
||||||
}
|
}
|
||||||
|
|
||||||
function show_locked_dialog(id_plugin, plugin_name) {
|
function show_locked_dialog(id_plugin, plugin_name) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user