Nearly all <FORM> blocks now contain a hidden input
[citadel.git] / webcit / siteconfig.c
index 206992e6b50911edaaee5a2eb866a7158891fcb8..438ddad9f03cdc30ee3ece7ec7430796a3b66bb5 100644 (file)
@@ -111,6 +111,7 @@ void display_siteconfig(void)
                );
 
        wprintf("<form method=\"post\" action=\"siteconfig\">\n");
+       wprintf("<input type=\"hidden\" name=\"nonce\" value=\"%ld\">\n", WC->nonce);
 
        i = 0;
        while (serv_getln(buf, sizeof buf), strcmp(buf, "000")) {