* Completed SSL support. Still doesn't work with all browsers... gotta
[citadel.git] / webcit / floors.c
index b2d9de93f288dcfdc89df5668c5c0a85868a38bf..d040aa3f38748f81f07577f5c6c3c0b0e20fd94a 100644 (file)
@@ -43,7 +43,7 @@ void display_floorconfig(char *prepend_html)
        output_headers(3);
 
        if (prepend_html != NULL) {
-               write(WC->http_sock, prepend_html, strlen(prepend_html));
+               client_write(prepend_html, strlen(prepend_html));
        }
 
        serv_printf("LFLR");    /* FIXME put a real test here */