notdone.c 199 B

12345
  1. void generate_notdone(int sock_in, char *query, char *ip)
  2. {
  3. web_send(sock_in, "<title>Not here!</title>\n");
  4. web_send(sock_in, "<h2><center>This page/feature is not done yet.</center>\n</h2>");
  5. }