mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Still slightly lost with git, sorry!
This commit is contained in:
@@ -73,7 +73,6 @@ else {
|
||||
ORDER BY total desc
|
||||
LIMIT :count
|
||||
';
|
||||
// $params = array(array($interval_seconds), array($device_count));
|
||||
}
|
||||
else {
|
||||
$query = '
|
||||
@@ -88,7 +87,6 @@ else {
|
||||
ORDER BY total desc
|
||||
LIMIT :count
|
||||
';
|
||||
// $params = array($_SESSION['user_id'], array($interval_seconds), array($device_count));
|
||||
}
|
||||
$common_output[] = '
|
||||
<div class="table-responsive">
|
||||
|
Reference in New Issue
Block a user