mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix require
This commit is contained in:
parent
695d52b397
commit
17d756c622
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
-- ##############################################
|
||||
|
||||
local other_alert_keys = require "other_alert_keys"
|
||||
local format_utils = "format_utils"
|
||||
local format_utils = require "format_utils"
|
||||
local pools_lua_utils = require "pools_lua_utils"
|
||||
-- Import the classes library.
|
||||
local classes = require "classes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue