mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix billing
git-svn-id: http://www.observium.org/svn/observer/trunk@2375 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -198,7 +198,7 @@ if (bill_permitted($bill_id))
|
||||
# $di = $di . "$type'>";
|
||||
|
||||
$di = "<img src='graph.php?type=bill_bits&id=" . $bill_id;
|
||||
$di .= "&from=" . $config['day'] . "&to=" . $config['now'];
|
||||
$di .= "&from=" . $config['time']['day'] . "&to=" . $config['time']['now'];
|
||||
$di .= "&width=715&height=200&total=1'>";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user