summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-21 01:10:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-21 01:10:18 +0000
commit656da874f2d15cecbf74e02541d791b3dccb334a (patch)
tree8abb459b18fb56963208ae407799fd8ef7d084b1 /etc
parent49ed889ceb922f3f83f72a0b262b51b1ef3efd67 (diff)
downloadpfsense-656da874f2d15cecbf74e02541d791b3dccb334a.zip
pfsense-656da874f2d15cecbf74e02541d791b3dccb334a.tar.gz
No need for 2 continue buttons. Zap the second.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/captiveportal.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index e89a331..4558c5f 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -90,15 +90,12 @@ Welcome to the pfSense Captive Portal! This is the default page since a custom
<tr><td>Username:</td><td><input name="auth_user" type="text"></td></tr>
<tr><td>Password:</td><td><input name="auth_pass" type="password"></td></tr>
<tr><td colspan="2">
- <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$">
+ <form method="post" action="\$PORTAL_ACTION\$">
<input name="accept" type="submit" value="Continue">
+ <input name="redirurl" type="hidden" value="\$PORTAL_REDIRURL\$">
</td></tr>
</table>
</form>
-<form method="post" action="\$PORTAL_ACTION\$">
- <input name="accept" type="submit" value="Continue">
- <input name="redirurl" type="hidden" value="\$PORTAL_REDIRURL\$">
-</form>
</body>
</html>
OpenPOWER on IntegriCloud