mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
revert r1957 patch
git-svn-id: http://www.observium.org/svn/observer/trunk@1960 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -15,19 +15,19 @@ $descr = trim($descr);
|
||||
|
||||
if ($type && $descr)
|
||||
{
|
||||
$type = strtolower($type);
|
||||
$port_ifAlias['type'] = $type;
|
||||
$port_ifAlias['descr'] = $descr;
|
||||
$port_ifAlias['circuit'] = $circuit;
|
||||
$port_ifAlias['speed'] = $speed;
|
||||
$port_ifAlias['notes'] = $notes;
|
||||
$type = strtolower($type);
|
||||
$port_ifAlias['type'] = $type;
|
||||
$port_ifAlias['descr'] = $descr;
|
||||
$port_ifAlias['circuit'] = $circuit;
|
||||
$port_ifAlias['speed'] = $speed;
|
||||
$port_ifAlias['notes'] = $notes;
|
||||
|
||||
if ($debug)
|
||||
{
|
||||
print_r($port_ifAlias);
|
||||
}
|
||||
if ($debug)
|
||||
{
|
||||
print_r($port_ifAlias);
|
||||
}
|
||||
}
|
||||
|
||||
unset ($port_type, $port_descr, $port_circuit, $port_notes, $port_speed);
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user