Bridge wizard gui implementation

This commit is contained in:
emanuele-f 2017-05-12 01:06:46 +02:00
parent d65d47330f
commit 19c2aa8d4d
11 changed files with 466 additions and 5 deletions

View file

@ -337,10 +337,14 @@ end
-- ================================================================================
function printBridgingPrefs()
if not isAdministrator() then
return
end
local show
local label
if((prefs["http.port"] == 80) and (prefs["http.alt_port"] ~= 0)) then
if isCaptivePortalSupported(nil, prefs) then
show = true
label = ""
else