mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Cleanup require
This commit is contained in:
parent
b5d99acd6b
commit
af2d8103fb
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ package.path = dirs.installdir .. "/pro/scripts/lua/enterprise/modules/?.lua;" .
|
|||
|
||||
require "lua_utils"
|
||||
local json = require("dkjson")
|
||||
local syslog_utils = require("syslog_utils")
|
||||
local syslog_utils = require "syslog_utils"
|
||||
|
||||
sendHTTPContentTypeHeader('application/json')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue