From librenms, 6 Years ago, written in Plain Text.
Embed
  1. diff --git a/html/pages/bill/transfer.inc.php b/html/pages/bill/transfer.inc.php
  2. index 3a603fdc1..a5210d2e4 100644
  3. --- a/html/pages/bill/transfer.inc.php
  4. +++ b/html/pages/bill/transfer.inc.php
  5. @@ -150,25 +150,22 @@ function showPercent($per)
  6.  </div>
  7.  
  8.  
  9. -
  10.  &lt;?php
  11.  $bi  = "<img src='graph.php?type=bill_historictransfer&id=".$bill_id;
  12.  $bi .= ' from='.$unixfrom.' to='.$unixto;
  13.  $bi .= '>";
  14. +$bi .= '&width=1190&height=250\'>';
  15.  
  16.  $di  = "<img src='graph.php?type=bill_historictransfer&id=".$bill_id;
  17.  $di .= ' from='.$config[' to='.$config['>';
  18.  $di .= "$type'>";
  19.  
  20.  $mi  = "<img src='graph.php?type=bill_historictransfer&id=".$bill_id;
  21.  $mi .= ' from='.$lastmonth.' to='.$rightnow;
  22.  $mi .= '>";
  23. +$mi .= '&width=1190&height=250\'>';
  24.  ?&gt;
  25.  
  26.  <div class="panel panel-default">
  27. @@ -196,4 +193,4 @@ $mi .= "$type'>";
  28.      <div class="panel-body">
  29.      &lt;?php echo $mi ?&gt;
  30.      </div>
  31. -</div>
  32. \ No newline at end of file
  33. +</div>
  34.