Changeset 506 for trunk/wifidog/src/http.c
- Timestamp:
- 03/20/05 16:22:24 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/src/http.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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 }
