mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
14 lines
No EOL
385 B
Lua
14 lines
No EOL
385 B
Lua
--
|
|
-- (C) 2013-21 - ntop.org
|
|
--
|
|
|
|
local dirs = ntop.getDirs()
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/pools/?.lua;" .. package.path
|
|
|
|
local pools_rest_utils = require "pools_rest_utils"
|
|
|
|
pools_rest_utils.add_member()
|
|
|
|
-- diventa per fare delete questa rest
|
|
--pools_rest_utils.delete_member() |