diff options
author | ivan <ivan> | 2004-10-05 16:28:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-10-05 16:28:28 +0000 |
commit | 049da6c538c952f938af4544a07c688b89c26a17 (patch) | |
tree | bfec9f211acecf0f0c0bb0922b9fcb34f910d921 /httemplate/index.html | |
parent | b0511ff939fe1622503ac8e53333fabb1ad9bd37 (diff) |
RADIUS session viewing
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
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 @@ <TR><TH BGCOLOR="#cccccc">Reports</TH></TR> <TR><TD> <BR> + <A HREF="search/sqlradius.html">RADIUS sessions</A><BR><BR> Auditing pre-Freeside services with no customer record <UL> <LI>unlinked accounts (<A HREF="search/svc_acct.cgi?UN_svcnum">by service number</A>) (<A HREF="search/svc_acct.cgi?UN_username">by username</A>) (<A HREF="search/svc_acct.cgi?UN_uid">by uid</A>) @@ -151,8 +152,11 @@ <TR><TH BGCOLOR="#cccccc">Sysadmin</TH></TR> <TR><TD> <BR> - <A HREF="browse/nas.cgi">View active NAS ports</A> - <BR><A HREF="browse/queue.cgi">View pending job queue</A> + <!-- <BR>View active NAS ports: + <A HREF="browse/nas.cgi">session server</A> + <!-- or <A HREF="browse/nas-sqlradius.cgi">RADIUS</A> + <BR> --> + <A HREF="browse/queue.cgi">View pending job queue</A> <BR><A HREF="misc/cust_main-import.cgi">Batch import customers from CSV file</A> <BR><A HREF="misc/cust_main-import_charges.cgi">Batch import charges from CSV file</A> <BR><A HREF="misc/dump.cgi">Download database dump</A> |