mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Tnmsne table backend (#15384)
remove ridiculous sql injection vulnerability
This commit is contained in:
@@ -27,11 +27,10 @@ $pagetitle[] = 'Hardware';
|
||||
post: function()
|
||||
{
|
||||
return {
|
||||
id: "tnmsneinfo",
|
||||
device_id: '<?php echo htmlspecialchars($device['device_id']); ?>',
|
||||
};
|
||||
},
|
||||
url: "ajax_table.php",
|
||||
url: "<?php echo route('table.tnmsne') ?>",
|
||||
formatters: {
|
||||
},
|
||||
templates: {
|
||||
|
Reference in New Issue
Block a user