about.c 203 B

123456
  1. void generate_about(int sock_in, char *query, char *ip)
  2. {
  3. //printf("%s", html_header("About"));
  4. web_send(sock_in, html_header("About"));
  5. web_send(sock_in, "<center>eAthena Web Server!</center>\n");
  6. }