mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Preferences dump fix
This commit is contained in:
parent
2a3f313159
commit
9914b4c6a5
2 changed files with 3 additions and 1 deletions
|
|
@ -3599,7 +3599,7 @@ end
|
|||
function savePrefsToDisk()
|
||||
local dirs = ntop.getDirs()
|
||||
local where = dirs.workingdir.."/runtimeprefs.json"
|
||||
local keys = ntop.getKeysCache("*prefs*")
|
||||
local keys = ntop.getKeysCache("ntopng.prefs.*")
|
||||
|
||||
local out = {}
|
||||
for k in pairs(keys or {}) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue