mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-21 01:54:34 +00:00
Host stats cleanup
This commit is contained in:
parent
a9ccba5ec6
commit
f2c3ee137c
12 changed files with 40 additions and 389 deletions
|
|
@ -625,7 +625,7 @@ static void redirect_to_login(struct mg_connection *conn,
|
|||
"Content-Length: %lu\r\n"
|
||||
"Location: http://%s:%u%s%s%s%s\r\n\r\n%s",
|
||||
strlen(wispr_data),
|
||||
(long unsigned int)ntop->get_HTTPserver()->getCaptiveRedirectAddress(), // LAN address
|
||||
ntop->get_HTTPserver()->getCaptiveRedirectAddress(), // LAN address
|
||||
CAPTIVE_PORTAL_PORT,
|
||||
ntop->getPrefs()->get_http_prefix(), ntop->getPrefs()->getCaptivePortalUrl(),
|
||||
referer ? (char*)"?referer=" : "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue