Changeset 506
- Timestamp:
- 03/20/05 16:22:24 (8 years ago)
- Location:
- trunk/wifidog
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
src/http.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/ChangeLog
r495 r506 1 1 # $Header$ 2 3 2005-03-20 Mina Naguib <mina@ilesansfil.org> 4 * More verbose debugging output 2 5 3 6 2005-03-12 Mina Naguib <mina@ilesansfil.org> -
trunk/wifidog/src/http.c
r490 r506 76 76 r->request.path); 77 77 url = httpdUrlEncode(tmp_url); 78 78 79 79 if (!is_online()) { 80 80 /* The internet connection is down at the moment - apologize and do not redirect anywhere */ … … 125 125 url); 126 126 http_wifidog_footer(r); 127 debug(LOG_INFO, "Captured %s and re-directed them to login page", r->clientAddr);127 debug(LOG_INFO, "Captured %s requesting [%s] and re-directed them to login page", r->clientAddr, url); 128 128 free(newlocation); 129 129 }
