mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Bridge wizard gui implementation
This commit is contained in:
parent
d65d47330f
commit
19c2aa8d4d
11 changed files with 466 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue