mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Fixing a scrut issue for xss
This commit is contained in:
@@ -63,8 +63,7 @@ var grid = $("#eventlog").bootgrid({
|
|||||||
{
|
{
|
||||||
return {
|
return {
|
||||||
id: "eventlog",
|
id: "eventlog",
|
||||||
string: '<?php echo $_POST['string']; ?>',
|
device: '<?php echo htmlspecialchars($_POST['device']); ?>'
|
||||||
device: '<?php echo $_POST['device']; ?>'
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
url: "/ajax_table.php"
|
url: "/ajax_table.php"
|
||||||
|
|||||||
Reference in New Issue
Block a user