Work on Email and other major consistency work
This commit is contained in:
@@ -43,7 +43,7 @@ class Controller_Reseller_Service_Adsl extends Controller_Service {
|
||||
public function action_list() {
|
||||
$highchart = HighChart::factory('Combo');
|
||||
$highchart->title(sprintf('Monthly DSL traffic usage as at %s',date('Y-m-d',strtotime('yesterday'))));
|
||||
$highchart->xmetric('MB');
|
||||
$highchart->ymetric('MB');
|
||||
|
||||
$c = 0;
|
||||
foreach ($this->consoltraffic(time()) as $k => $details) {
|
||||
|
Reference in New Issue
Block a user