-- -- (C) 2013-24 - ntop.org -- dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path -- io.write ("Session:".._SESSION["session"].."\n") require "lua_utils" local page_utils = require("page_utils") sendHTTPContentTypeHeader('text/html') page_utils.print_header_minimal() local prefs = ntop.getPrefs() local dbname = (prefs.clickhouse_dbname or '') -- read the db activities to notify the user about what is going on in the database print [[
]] addLogoSvg() print[[

]] print(" "..i18n("please_wait_page.waiting_for_db_msg", {dbname=dbname})) print[[

]] local host if not isEmptyString(_GET["referer"]) then host = getHttpUrlPrefix().._GET["referer"] else host = _SERVER["HTTP_HOST"] .. ntop.getHttpPrefix() .. "/lua/index.lua" end print[[
]]