summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-25 13:19:51 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-25 13:19:51 -0500
commitecc193491c776b6ddeae2ab7ce968e04fcd6658b (patch)
tree231b9c88e0ee86a6335b826e642557c86a7a340d /usr/local/www/services_captiveportal.php
parent38060391d57306e1f1d1dd8762a3f309ac512d98 (diff)
downloadpfsense-ecc193491c776b6ddeae2ab7ce968e04fcd6658b.zip
pfsense-ecc193491c776b6ddeae2ab7ce968e04fcd6658b.tar.gz
Increase textbox size. Clarify the original Redirection URL purpouse
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index cfcc356..a97e25b 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -399,7 +399,7 @@ value="<?=htmlspecialchars($pconfig['maxprocperip']);?>"> <?=gettext("per client
<?=gettext("If enabled, a popup window will appear when clients are allowed through the captive portal. This allows clients to explicitly disconnect themselves before the idle or hard timeout occurs."); ?></td>
</tr>
<tr>
- <td valign="top" class="vncell"><?=gettext("Redirection URL"); ?></td>
+ <td valign="top" class="vncell"><?=gettext("After authentication Redirection URL"); ?></td>
<td class="vtable">
<input name="redirurl" type="text" class="formfld url" id="redirurl" size="60" value="<?=htmlspecialchars($pconfig['redirurl']);?>">
<br>
@@ -735,7 +735,7 @@ value="<?=htmlspecialchars($pconfig['radiuskey2']);?>"></td>
<tr>
<td valign="top" class="vncell"><?=gettext("Pre-authentication redirect URL"); ?> </td>
<td class="vtable">
- <input name="preauthurl" type="text" class="formfld unknown" id="preauthurl" size="30" value="<?=htmlspecialchars($pconfig['preauthurl']);?>"><br>
+ <input name="preauthurl" type="text" class="formfld unknown" id="preauthurl" size="65" value="<?=htmlspecialchars($pconfig['preauthurl']);?>"><br>
<?php printf(gettext("Use this field to set \$PORTAL_REDIRURL\$ variable which can be accessed using your custom captive portal index.php page or error pages."));?>
</td>
</tr>
OpenPOWER on IntegriCloud