* summary.c: summary screen is now updated using ajax instead of refreshing
[citadel.git] / webcit / setup_wizard.c
index ce7878b4fd52a7470316ae08fb68ce9065acb7fd..d28addbf9b7eb83b5a59cd3d66a8afcac92fa810 100644 (file)
@@ -26,7 +26,7 @@ void do_setup_wizard(void)
                return;
        }
 
-       output_headers(1, 1, 2, 0, 1, 0, 0);
+       output_headers(1, 1, 2, 0, 0, 0);
 
        wprintf("<div id=\"banner\">\n");
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>");