blob: f1d94d1e0bab9920200262cfff2f06f82065dab5 (
plain) (
tree)
|
|
void generate_about(int sock_in, char *query, char *ip)
{
//printf("%s", html_header("About"));
web_send(sock_in, html_header("About"));
web_send(sock_in, "<center>eAthena Web Server!</center>\n");
}
|