diff options
author | jim-p <jimp@pfsense.org> | 2016-03-21 10:43:19 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2016-03-21 10:43:19 -0400 |
commit | 505c8b41c130ee0bc36b2582aeebf0baec7c69e0 (patch) | |
tree | d75030e229070f017d7a975d565d3951a3b0a999 | |
parent | 91170f75d5ce5b0236fb8ac876ae683ede8120e6 (diff) | |
download | pfsense-505c8b41c130ee0bc36b2582aeebf0baec7c69e0.zip pfsense-505c8b41c130ee0bc36b2582aeebf0baec7c69e0.tar.gz |
The zone parameter needs to be in this html example for CP.
-rw-r--r-- | src/usr/local/www/services_captiveportal.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php index 68ec06f..9a34769 100644 --- a/src/usr/local/www/services_captiveportal.php +++ b/src/usr/local/www/services_captiveportal.php @@ -1088,6 +1088,7 @@ $section->addInput(new Form_Input( <input name="auth_pass" type="password"><br /> <input name="auth_voucher" type="text"><br /> <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$"><br /> + <input name="zone" type="hidden" value="$PORTAL_ZONE$"><br /> <input name="accept" type="submit" value="Continue"><br /> </form>')->addClass('btn btn-info btn-sm'); |