-- -- (C) 2013-17 - ntop.org -- dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path require "lua_utils" sendHTTPContentTypeHeader('text/html') local prefs = ntop.getPrefs() print [[ Authentication Successful ]] if((prefs.redirection_url ~= nil) and (prefs.redirection_url ~= "")) then print('') end print [[ Success ']] print(_GET["label"]) print [['.

]] if((prefs.redirection_url ~= nil) and (prefs.redirection_url ~= "")) then print("We're redirecting you to the Internet...") end print [[ ]]