mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 08:02:23 +02:00
bug fixes and security fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@307 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+1
-1
@@ -196,7 +196,7 @@ while ($device = mysql_fetch_array($device_query)) {
|
||||
include("includes/polling/device-netstats.inc.php");
|
||||
echo("Polling interfaces\n");
|
||||
|
||||
$where = "WHERE device_id = '" . $device['device_id'] . "'";
|
||||
$where = "WHERE device_id = '" . $device['device_id'] . "' AND deleted = '0'";
|
||||
include("includes/polling/interfaces.inc.php");
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user