mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Minor optimiations
This commit is contained in:
parent
fdf534996d
commit
c119f7fa8e
5 changed files with 20 additions and 4 deletions
|
|
@ -2,6 +2,13 @@
|
|||
-- (C) 2017-24 - ntop.org
|
||||
--
|
||||
|
||||
if (pragma_once_recipients == true) then
|
||||
-- avoid multiple inclusions
|
||||
return recipients
|
||||
end
|
||||
|
||||
pragma_once_recipients = true
|
||||
|
||||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/pools/?.lua;" .. package.path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue