mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@2768 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -19,7 +19,7 @@ foreach (dbFetchRows("SELECT * FROM `bills` ORDER BY `bill_name`") as $bill)
|
|||||||
echo(str_pad($bill['bill_id']." ".$bill['bill_name'], 30)." \n");
|
echo(str_pad($bill['bill_id']." ".$bill['bill_name'], 30)." \n");
|
||||||
|
|
||||||
$i=0;
|
$i=0;
|
||||||
while ($i <= 12)
|
while ($i <= 24)
|
||||||
{
|
{
|
||||||
unset($class);
|
unset($class);
|
||||||
unset($rate_data);
|
unset($rate_data);
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||
// $url = $PHP_SELF."/bill/".$bill_id."/history/";
|
// $url = $PHP_SELF."/bill/".$bill_id."/history/";
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|
||||||
$gbconvert = $config['billing']['base'];
|
|
||||||
|
|
||||||
$img['his'] = "<img src=\"bandwidth-graph.php?bill_id=".$bill_id;
|
$img['his'] = "<img src=\"bandwidth-graph.php?bill_id=".$bill_id;
|
||||||
$img['his'] .= "&type=historical";
|
$img['his'] .= "&type=historical";
|
||||||
$img['his'] .= "&x=1190&y=250";
|
$img['his'] .= "&x=1190&y=250";
|
||||||
|
|||||||
Reference in New Issue
Block a user