mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02: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