mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Allwo empty redirection url
This commit is contained in:
parent
d9de8a851a
commit
3cf548123d
2 changed files with 2 additions and 2 deletions
|
|
@ -395,7 +395,7 @@ function printBridgingPrefs()
|
|||
|
||||
local to_show = (ntop.getPref("ntopng.prefs.enable_captive_portal") == "1")
|
||||
prefsInputFieldPrefs(subpage_active.entries["captive_portal_url"].title, subpage_active.entries["captive_portal_url"].description,
|
||||
"ntopng.prefs.", "redirection_url", prefs.redirection_url, nil, to_show, false, nil, {required=true, pattern=getURLPattern()})
|
||||
"ntopng.prefs.", "redirection_url", prefs.redirection_url, nil, to_show, false, nil, {pattern=getURLPattern()})
|
||||
|
||||
print('<tr><th colspan=2 style="text-align:right;"><button type="submit" class="btn btn-primary" style="width:115px">'..i18n("save")..'</button></th></tr>')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue