* Removed the gzip compression stuff due to bugs in Internet Explorer.
[citadel.git] / webcit / floors.c
index 511a5907ea7c6281153a6acc9687c8572a7db4e2..48cca50f51fd88a7cf00154a4594b52871eccfc5 100644 (file)
@@ -43,7 +43,7 @@ void display_floorconfig(char *prepend_html)
        output_headers(3);
 
        if (prepend_html != NULL) {
-               http_write(WC->http_sock, prepend_html, strlen(prepend_html));
+               write(WC->http_sock, prepend_html, strlen(prepend_html));
        }
 
        serv_printf("LFLR");    /* FIXME put a real test here */