summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-25 13:22:17 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-25 13:22:17 -0500
commit766070204d7a78dd6ddd4842f5267da9d561d960 (patch)
treef742c3abb4012c9fc7b99311466649ffca7115c0 /usr/local/www/services_captiveportal.php
parentecc193491c776b6ddeae2ab7ce968e04fcd6658b (diff)
downloadpfsense-766070204d7a78dd6ddd4842f5267da9d561d960.zip
pfsense-766070204d7a78dd6ddd4842f5267da9d561d960.tar.gz
move option near the other
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index a97e25b..c7e5490 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -407,6 +407,13 @@ value="<?=htmlspecialchars($pconfig['maxprocperip']);?>"> <?=gettext("per client
"to access after they've authenticated."); ?></td>
</tr>
<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="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>
+ <tr>
<td valign="top" class="vncell"><?=gettext("Concurrent user logins"); ?></td>
<td class="vtable">
<input name="noconcurrentlogins" type="checkbox" class="formfld" id="noconcurrentlogins" value="yes" <?php if ($pconfig['noconcurrentlogins']) echo "checked"; ?>>
@@ -733,13 +740,6 @@ value="<?=htmlspecialchars($pconfig['radiuskey2']);?>"></td>
&lt;/form&gt;</tt></td>
</tr>
<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="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>
- <tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Authentication"); ?><br>
<?=gettext("error page"); ?><br>
<?=gettext("contents"); ?></td>
OpenPOWER on IntegriCloud