mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implements pre-upgrade debian/ubuntu license check
This commit is contained in:
parent
859ae72e39
commit
5dc4dc8871
5 changed files with 53 additions and 7 deletions
|
|
@ -31,8 +31,8 @@ end
|
|||
local http_bridge_conf_utils = {}
|
||||
|
||||
-- set to a non-empty value to enable HTTP configuration, e.g.,
|
||||
-- http_bridge_conf_utils.HTTP_BRIDGE_CONFIGURATION_URL = "localhost:8000"
|
||||
http_bridge_conf_utils.HTTP_BRIDGE_CONFIGURATION_URL = "" --localhost:8000"
|
||||
http_bridge_conf_utils.HTTP_BRIDGE_CONFIGURATION_URL = "localhost:8000"
|
||||
-- http_bridge_conf_utils.HTTP_BRIDGE_CONFIGURATION_URL = "" --localhost:8000"
|
||||
|
||||
function http_bridge_conf_utils.configureBridge()
|
||||
if not isEmptyString(http_bridge_conf_utils.HTTP_BRIDGE_CONFIGURATION_URL) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue