From 049da6c538c952f938af4544a07c688b89c26a17 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 5 Oct 2004 16:28:28 +0000 Subject: RADIUS session viewing --- httemplate/elements/header.html | 4 +- httemplate/index.html | 8 +- httemplate/search/sqlradius.cgi | 249 +++++++++++++++++++++++++++++++++++++++ httemplate/search/sqlradius.html | 70 +++++++++++ httemplate/view/svc_acct.cgi | 8 +- 5 files changed, 334 insertions(+), 5 deletions(-) create mode 100644 httemplate/search/sqlradius.cgi create mode 100644 httemplate/search/sqlradius.html (limited to 'httemplate') diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 1d7bf09ab..10e4e40f1 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -1,6 +1,7 @@ <% - my($title, $menubar) = @_; + my($title, $menubar) = ( shift, shift ); my $etc = @_ ? shift : ''; #$etc is for things like onLoad= etc. + my $head = @_ ? shift : ''; #$head is for things that go in the section %> @@ -10,6 +11,7 @@ + <%= $head %> > diff --git a/httemplate/index.html b/httemplate/index.html index 4534d3a41..08d8f9058 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -113,6 +113,7 @@ Reports
+ RADIUS sessions

Auditing pre-Freeside services with no customer record