mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
fix new billing graph, fix interface links
git-svn-id: http://www.observium.org/svn/observer/trunk@1604 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -103,7 +103,9 @@ if(is_file($config['install_dir'] . "/html/includes/graphs/$type/$subtype.inc.ph
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$fd = fopen($config['install_dir']."/html/images/no-48.png",r);fpassthru($fd);fclose($fd);
|
||||
header('Content-type: image/png');
|
||||
|
||||
$fd = fopen($config['install_dir']."/html/images/no-48.png", "r");fpassthru($fd);fclose($fd);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user