mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Always redirect somewhere on captive success, instead of displaying an empty page
This commit is contained in:
parent
181f8a8178
commit
2a37337a9c
2 changed files with 11 additions and 3 deletions
|
|
@ -7,6 +7,8 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue