]> code.citadel.org Git - citadel.git/blobdiff - webcit/listsub.c
* Removed the last couple of places where forms were submitted using
[citadel.git] / webcit / listsub.c
index b5982f9e4bae88c481c8d6997dddde3c6943affb..c37a4836e8db631f56dd326354873775d34d0d4c 100644 (file)
@@ -168,7 +168,7 @@ void do_listsub(void)
         * Any other (invalid) command causes the form to be displayed
         */
        else {
-FORM:          wprintf("<FORM METHOD=\"GET\" ACTION=\"/listsub\">\n"
+FORM:          wprintf("<FORM METHOD=\"POST\" ACTION=\"/listsub\">\n"
                        "<TABLE BORDER=0>\n"
                );