mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Add example plugin with documentation
This commit is contained in:
parent
ebd1d7ba35
commit
26c80529aa
18 changed files with 1058 additions and 9 deletions
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
if((dirs.scriptdir ~= nil) and (dirs.scriptdir ~= "")) then package.path = dirs.scriptdir .. "/lua/modules/?.lua;" .. package.path end
|
||||
active_page = "system_stats"
|
||||
|
||||
require "lua_utils"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue