mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-07 22:18:04 +00:00
14 lines
364 B
Lua
14 lines
364 B
Lua
--
|
|
-- (C) 2013-18 - ntop.org
|
|
--
|
|
|
|
local dirs = ntop.getDirs()
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|
|
|
local remote_assistance = require "remote_assistance"
|
|
local lists_utils = require "lists_utils"
|
|
|
|
-- ########################################################
|
|
|
|
remote_assistance.checkExpiration()
|
|
lists_utils.downloadLists()
|