From: Art Cancro Date: Sat, 24 Aug 2002 15:30:48 +0000 (+0000) Subject: * GET instead of POST for listsub. Also add a 'Back...' link. X-Git-Tag: v7.86~6278 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=813f8b27ed772edef084ab29973e6b784c1d2ef1 * GET instead of POST for listsub. Also add a 'Back...' link. --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 0ef8467c6..6a12ae69b 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 323.64 2002/08/24 15:30:48 ajc +* GET instead of POST for listsub. Also add a 'Back...' link. + Revision 323.63 2002/08/24 05:59:24 ajc * Bugfixes and cosmetic changes to listsub system @@ -916,4 +919,3 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix - diff --git a/webcit/listsub.c b/webcit/listsub.c index a4c90d090..b94279530 100644 --- a/webcit/listsub.c +++ b/webcit/listsub.c @@ -81,7 +81,8 @@ void do_listsub(void) "without your consent.

" "Please click on the link which is being " "e-mailed to you and your subscription will " - "be confirmed.
\n" + "be confirmed.
\n" + "Back...\n" ); } else { @@ -117,7 +118,8 @@ void do_listsub(void) "lists without your consent.

" "Please click on the link which is being " "e-mailed to you and your unsubscription will " - "be confirmed.
\n" + "be confirmed.
\n" + "Back...\n" ); } else { @@ -160,7 +162,7 @@ void do_listsub(void) * Any other (invalid) command causes the form to be displayed */ else { -FORM: wprintf("
\n" +FORM: wprintf("\n" "\n" );