mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Scrut fixes
This commit is contained in:
@@ -72,6 +72,9 @@ $count_query = "SELECT COUNT(*) FROM ( ";
|
||||
$full_query = "";
|
||||
$query = 'SELECT packages.name FROM packages,devices WHERE packages.device_id = devices.device_id AND packages.name LIKE "%'.mres($_POST['package']).'%" GROUP BY packages.name';
|
||||
$where = '';
|
||||
$param = array();
|
||||
$ver = "";
|
||||
$opt = "";
|
||||
|
||||
if( !empty($_POST['arch']) ) {
|
||||
$where .= ' AND packages.arch = ?';
|
||||
|
||||
Reference in New Issue
Block a user