Update Tnmsne table backend (#15384)

remove ridiculous sql injection vulnerability
This commit is contained in:
Tony Murray
2023-10-05 03:32:21 -05:00
committed by GitHub
parent 3294af6721
commit 9fca01830c
5 changed files with 112 additions and 119 deletions

View File

@@ -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: {