mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-07 13:48:33 +00:00
7 lines
142 B
Lua
7 lines
142 B
Lua
--
|
|
-- (C) 2013-18 - ntop.org
|
|
--
|
|
|
|
local dirs = ntop.getDirs()
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|
|