mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
9 lines
No EOL
89 B
Lua
9 lines
No EOL
89 B
Lua
--
|
|
-- (C) 2020-24 - ntop.org
|
|
--
|
|
|
|
local consts = {}
|
|
|
|
consts.SEPARATOR = ';'
|
|
|
|
return consts |