Rebased includes/common.php

This commit is contained in:
laf
2016-01-19 09:00:18 +00:00
9 changed files with 714 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

+2
View File
@@ -209,6 +209,8 @@ function generate_device_link($device, $text=null, $vars=array(), $start=0, $end
$text = $device['hostname'];
}
$text = ip_to_sysname($device,$text);
if (isset($config['os'][$device['os']]['over'])) {
$graphs = $config['os'][$device['os']]['over'];
}