X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=8a96a13410f84b150b9b329e9dcfe3b69af52b5c;hb=80c230ed9cd3bb8a2a1f3430f83c131211aace87;hp=944b457c86ab0caf1a5dc2cf536bbc601a0ab605;hpb=71285b10ec0bbac33fd38a69ade68495bbebd906;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index 944b457c8..8a96a1341 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -245,6 +245,7 @@ void http_redirect(const char *whichpage) { hprintf("Location: %s\r\n", whichpage); hprintf("URI: %s\r\n", whichpage); hprintf("Content-type: text/html; charset=utf-8\r\n"); + stuff_to_cookie(0); begin_burst(); wc_printf(""); wc_printf("Go here.", whichpage);