mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Added support to starttls preference in c++ (#9120)
This commit is contained in:
parent
71814088b2
commit
dfedafe4e4
2 changed files with 9 additions and 9 deletions
|
|
@ -502,7 +502,7 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
i18n("prefs.email_notification") .. '</th></tr></thead>')
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_starttls",
|
||||
default = "0",
|
||||
default = "1",
|
||||
pref = "starttls"
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue