From: jdegraeve Date: Mon, 13 Feb 2006 12:27:52 +0000 (+0000) Subject: Update documentation X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=711e816fe3d29a558ce068e1ecd7cb77bdf827ce;p=m0n0chwall.git Update documentation git-svn-id: https://svn.m0n0.ch/wall/trunk@90 e36fee2c-cc09-0410-a7cc-ebac5c6737de --- diff --git a/phpconf/inc/captiveportal.inc b/phpconf/inc/captiveportal.inc index b5c0612..14bfe39 100644 --- a/phpconf/inc/captiveportal.inc +++ b/phpconf/inc/captiveportal.inc @@ -890,10 +890,10 @@ function captiveportal_write_elements() { * This function will calculate the traffic produced by a client * based on its firewall rule * - * Point of view: Client + * Point of view: NAS * - * Input on the FW will be viewed as Output for the Client - * Output on the FW will be viewed as Input for the Client + * Input means: from the client + * Output means: to the client * */ diff --git a/webgui/services_captiveportal.php b/webgui/services_captiveportal.php index 5390ff3..ba0026b 100755 --- a/webgui/services_captiveportal.php +++ b/webgui/services_captiveportal.php @@ -543,7 +543,8 @@ Example code for the form:

The contents of the HTML file that you upload here are displayed when an authentication error occurs. -You may include "$PORTAL_MESSAGE$", which will be replaced by the error or reply messages from the RADIUS server, if any. +You may include "$PORTAL_MESSAGE$", which will be replaced by the error or reply messages from the RADIUS server, if any. +Its also possible to include a new login form in the error page for a direct user relogin possibility