mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make the two default page codes similar in regarding to redirurl in hope that when one voucher login succeeds it redirects to the url submmitted.
This commit is contained in:
parent
351b699013
commit
3e404e0c6d
@ -57,6 +57,7 @@ function get_default_captive_portal_html() {
|
||||
<html>
|
||||
<body>
|
||||
<form method="post" action="\$PORTAL_ACTION\$">
|
||||
<input name="redirurl" type="hidden" value="\$PORTAL_REDIRURL\$">
|
||||
<center>
|
||||
<table cellpadding="6" cellspacing="0" width="550" height="380" style="border:1px solid #000000">
|
||||
<tr height="10" bgcolor="#990000">
|
||||
@ -94,7 +95,6 @@ function get_default_captive_portal_html() {
|
||||
<div id='loginbox'>
|
||||
Enter Voucher Code:
|
||||
<input name="auth_voucher" type="text" style="border:1px dashed;" size="22">
|
||||
<input name="redirurl" type="hidden" value="\$PORTAL_REDIRURL\$">
|
||||
<input name="accept" type="submit" value="Continue">
|
||||
</div>
|
||||
</center>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user