mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added support to network servers configuration in c++ (#8686)
This commit is contained in:
parent
099a56ca1d
commit
d4cb75abfd
19 changed files with 393 additions and 111 deletions
|
|
@ -22,4 +22,6 @@ for k,v in pairs(data.config) do
|
|||
ntop.setCache("ntopng.prefs.nw_config_".. v.key, v.value)
|
||||
end
|
||||
|
||||
ntop.reloadServersConfiguration()
|
||||
|
||||
rest_utils.answer(rest_utils.consts.success.ok, res)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue