mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
First code cleanup for better memory management
This commit is contained in:
parent
b5a4c2621b
commit
2f76c9bf4b
21 changed files with 968 additions and 852 deletions
|
|
@ -5,7 +5,8 @@ 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
|
||||
|
||||
require "lua_utils"
|
||||
require "ntop_utils"
|
||||
|
||||
-- ##############################################
|
||||
|
||||
local radius_handler = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue