mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated to fix scrutinizer issues
This commit is contained in:
@@ -77,6 +77,7 @@ if ($config['warn']['ifdown'])
|
||||
if ($_SESSION['userlevel'] == '10')
|
||||
{
|
||||
$sql = "SELECT * FROM `services` AS S, `devices` AS D WHERE S.device_id = D.device_id AND service_status = 'down' AND D.ignore = '0' AND S.service_ignore = '0'";
|
||||
$param[] = '';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user