diff options
author | jeff <jeff> | 2007-12-28 01:41:23 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-12-28 01:41:23 +0000 |
commit | 4fd5994039666584fa14b7b2afbb4cd0d6481b21 (patch) | |
tree | d7bc891e5dfe2e5142fea5b2eb14471672236ee6 /httemplate/view | |
parent | 97418edf65d4cb40b8aa51998c123fd185a27711 (diff) |
last login reporting (#2952)
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 8326818d6..d764afee6 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -79,6 +79,7 @@ Upload: <B><% sprintf("%.3f", $input) %></B> megabytes<BR> Download: <B><% sprintf("%.3f", $output) %></B> megabytes<BR> + Last Login: <B><% $svc_acct->last_login_text %></B><BR> % my $href = qq!<A HREF="${p}search/sqlradius.cgi?svcnum=$svcnum!; View session detail: |