mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Split flow status definitions in multiple files
This commit is contained in:
parent
b390fddcf2
commit
b217909966
46 changed files with 741 additions and 386 deletions
|
|
@ -513,14 +513,4 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function user_scripts.loadCustomPrefs()
|
||||
-- Try to load custom prefs
|
||||
if ntop.exists(dirs.installdir .. "/scripts/lua/modules/user_scripts_prefs.lua") then
|
||||
traceError(TRACE_DEBUG, TRACE_CONSOLE, "Loading user_scripts_prefs...")
|
||||
require("user_scripts_prefs")
|
||||
end
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
return(user_scripts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue