mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Refactors base_recipients to recipients
This commit is contained in:
parent
32b4a1cca4
commit
ddf2970843
3 changed files with 11 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ package.path = dirs.installdir .. "/scripts/lua/modules/recipients/?.lua;" .. pa
|
|||
local json = require "dkjson"
|
||||
local os_utils = require "os_utils"
|
||||
local lua_path_utils = require "lua_path_utils"
|
||||
local base_recipients = require "base_recipients"
|
||||
local recipients = require "recipients"
|
||||
|
||||
-- ##############################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue