mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
cleanup
git-svn-id: http://www.observium.org/svn/observer/trunk@2199 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<?php
|
||||
|
||||
unset($ports);
|
||||
$ports = snmp_cache_ifIndex($device); // Cache Port List
|
||||
# FIXME Removed 28/4/2011 - this can go, right?
|
||||
#unset($ports);
|
||||
#$ports = snmp_cache_ifIndex($device); // Cache Port List
|
||||
# /FIXME
|
||||
|
||||
#mysql_query("INSERT INTO `ports` (`device_id`,`ifIndex`) VALUES ('".$device['device_id']."','$ifIndex')");
|
||||
|
||||
|
Reference in New Issue
Block a user