Nearly all <FORM> blocks now contain a hidden input
[citadel.git] / webcit / who.c
index 5215e77275e9068416ee057268b44425b21788ef..deae59d45640985c6aeafa7976508ba610d5daad 100644 (file)
@@ -237,6 +237,7 @@ void edit_me(void)
                wprintf("<br />\n");
 
                wprintf("<form method=\"POST\" action=\"edit_me\">\n");
+               wprintf("<input type=\"hidden\" name=\"nonce\" value=\"%ld\">\n", WC->nonce);
 
                wprintf("<table border=0 width=100%%>\n");