mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@ -2246,8 +2246,8 @@ function list_logs()
|
||||
|
||||
$start = (int)$_GET['start'] ?: 0;
|
||||
$limit = (int)$_GET['limit'] ?: 50;
|
||||
$from = (int)$_GET['from'];
|
||||
$to = (int)$_GET['to'];
|
||||
$from = $_GET['from'];
|
||||
$to = $_GET['to'];
|
||||
|
||||
$count_query = 'SELECT COUNT(*)';
|
||||
$full_query = "SELECT `devices`.`hostname`, `devices`.`sysName`, ";
|
||||
|
Reference in New Issue
Block a user