git-svn-id: http://www.observium.org/svn/observer/trunk@2768 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-12-07 18:33:27 +00:00
parent 3c6ad5b1e5
commit 70af11e466
2 changed files with 1 additions and 3 deletions

View File

@@ -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);

View File

@@ -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'] .= "&amp;type=historical"; $img['his'] .= "&amp;type=historical";
$img['his'] .= "&amp;x=1190&amp;y=250"; $img['his'] .= "&amp;x=1190&amp;y=250";