X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fuserlist.c;h=d710ca5e91ad7ed89a4d73d570fff94905349553;hb=8d935be9b86b19d6a811ef7d44b91d93cad95761;hp=1f6642f924a095dcf72cba3d4212814a84800433;hpb=7db24ddae882acccc334dd89e697361a16982eb3;p=citadel.git diff --git a/webcit/userlist.c b/webcit/userlist.c index 1f6642f92..d710ca5e9 100644 --- a/webcit/userlist.c +++ b/webcit/userlist.c @@ -37,7 +37,7 @@ void userlist(void) bio = bptr; } printf("HTTP/1.0 200 OK\n"); - output_headers(1, "bottom"); + output_headers(1); serv_puts("LIST"); serv_gets(buf); @@ -102,7 +102,7 @@ void showuser(void) int have_pic; printf("HTTP/1.0 200 OK\n"); - output_headers(1, "bottom"); + output_headers(1); wprintf("
");