Nearly all <FORM> blocks now contain a hidden input
[citadel.git] / webcit / setup_wizard.c
index 76c7ed8e29f06d0966896b430bc8bf0ad2129ca2..886046759519bfc5d04cd7c53033b068ed1189f2 100644 (file)
@@ -40,6 +40,7 @@ void do_setup_wizard(void)
        wprintf("<div class=\"fix_scrollbar_bug\">"
                "<form method=\"post\" action=\"setup_wizard\">\n"
        );
+       wprintf("<input type=\"hidden\" name=\"nonce\" value=\"%ld\">\n", WC->nonce);
 
        wprintf("<div align=center>"
                "This is where the setup wizard will be placed.<br>\n"