Moved GB/MB configuration for ADSL into database
This commit is contained in:
@@ -40,10 +40,10 @@
|
||||
|
||||
<div class="dl-horizontal">
|
||||
<dt>Last Month</dt>
|
||||
<dd> <?php echo $o->traffic_month(strtotime('last month'),TRUE,1000); ?> GB</dd>
|
||||
<dd> <?php echo $o->traffic_month(strtotime('last month'),TRUE,TRUE); ?></dd>
|
||||
|
||||
<dt>This Month</dt>
|
||||
<dd> <?php echo $o->traffic_month(strtotime('yesterday'),TRUE,1000); ?> GB</dd>
|
||||
<dd> <?php echo $o->traffic_month(strtotime('yesterday'),TRUE,TRUE); ?></dd>
|
||||
|
||||
<dt>Excess Traffic</dt>
|
||||
<dd> $<?php echo $o->traffic_excess(strtotime('yesterday'),TRUE,TRUE); ?></dd>
|
||||
|
Reference in New Issue
Block a user