mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Cleaned up the code from plugin_utils
This commit is contained in:
parent
f1e8091928
commit
57a85de50e
105 changed files with 620 additions and 918 deletions
|
|
@ -7,9 +7,7 @@ package.path = dirs.installdir .. "/scripts/lua/modules/import_export/?.lua;" ..
|
|||
|
||||
require "lua_utils"
|
||||
|
||||
local plugins_utils = require("plugins_utils")
|
||||
local am_import_export = require "am_import_export"
|
||||
local json = require "dkjson"
|
||||
local rest_utils = require "rest_utils"
|
||||
local import_export_rest_utils = require "import_export_rest_utils"
|
||||
local auth = require "auth"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue