-- -- (C) 2013-24 - ntop.org -- local dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path require "lua_utils" -- Logout page for nEdge Captive Portal users local captive_portal_utils = require("captive_portal_utils") if not ntop.isnEdge() then return end captive_portal_utils.print_header() local info = ntop.getInfo() print [[
]] captive_portal_utils.print_footer()