Overhaul ADSL traffic reporting/graphing

This commit is contained in:
Deon George
2013-11-14 22:50:35 +11:00
parent 158a4f9e47
commit e01d37244c
33 changed files with 891 additions and 471 deletions

View File

@@ -31,6 +31,7 @@ class Controller_Reseller_Adsl extends Controller_Adsl {
->rule('csv','Upload::type',array(':value',array('csv')))
->rule('csv','Upload::size',array(':value','10M'));
$csv = NULL;
if ($files->check())
foreach ($files->data() as $file) {
$csv = $aso->billing()->process($aso,$file);