Fixed a bug causing double headers in portal selection.
This commit is contained in:
parent
a01a5b4d20
commit
11c466567d
|
@ -155,10 +155,13 @@ function captive_portal_set_site() {
|
|||
|
||||
fluxion_header
|
||||
|
||||
echo -e "$FLUXIONVLine $CaptivePortalInterfaceQuery"
|
||||
|
||||
echo
|
||||
|
||||
view_target_ap_info
|
||||
|
||||
io_query_format_fields "$FLUXIONVLine $CaptivePortalInterfaceQuery" \
|
||||
"$queryFieldOptionsFormat\n" \
|
||||
io_query_format_fields "" "$queryFieldOptionsFormat\n" \
|
||||
sitesIdentifier[@] sitesLanguage[@]
|
||||
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue