diff options
| author | ivan <ivan> | 2002-11-05 23:41:09 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2002-11-05 23:41:09 +0000 |
| commit | d17fa8f5a57ec5e6a4985e24eaadfb9de37e9135 (patch) | |
| tree | 53063f43b06a43509dcc81698b1e5ab45d857f80 /httemplate/view | |
| parent | 32f89323fd86acd0370081628f88a0c9db1cf034 (diff) | |
fix for correct radacct column names
Diffstat (limited to 'httemplate/view')
| -rwxr-xr-x | httemplate/view/svc_acct.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 7f7c25c66..7ca7a8498 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -84,10 +84,10 @@ if ( $part_svc->part_export('sqlradius') ) { my $s = $seconds%60; my $input = $svc_acct->attribute_since_sqlradacct( - $last_bill, time, 'Acct-Input-Octets' + $last_bill, time, 'AcctInputOctets' ) / 1048576; my $output = $svc_acct->attribute_since_sqlradacct( - $last_bill, time, 'Acct-Output-Octets' + $last_bill, time, 'AcctOutputOctets' ) / 1048576; if ( $seconds ) { |
