From 225f258fc288fd8891a3681597f153e5c5c5265c Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 13 Oct 2002 07:14:59 +0000 Subject: [PATCH] doh --- httemplate/docs/session.html | 7 ++++++- httemplate/docs/upgrade9.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/httemplate/docs/session.html b/httemplate/docs/session.html index 7dac5fdf7..72e16424e 100644 --- a/httemplate/docs/session.html +++ b/httemplate/docs/session.html @@ -38,9 +38,14 @@ freeside-logout username ( portnum | ip | nasnum nasport )
  • username is a customer username from the svc_acct table
  • portnum, ip or nasport and nasnum uniquely identify a port in the port database table. -
  • RADIUS +
  • RADIUS - One of:

    Callbacks

    diff --git a/httemplate/docs/upgrade9.html b/httemplate/docs/upgrade9.html index 478f8aa4f..7cf44ea31 100644 --- a/httemplate/docs/upgrade9.html +++ b/httemplate/docs/upgrade9.html @@ -13,7 +13,7 @@
  • Apply the following changes to your database:
     INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 17, 'daytime', 'en_US', 'Day Phone' );
    -INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 18, 'nigh', 'en_US', 'Night Phone' );
    +INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 18, 'night', 'en_US', 'Night Phone' );
     
  • Restart Apache and freeside-queued. -- 2.11.0