summaryrefslogtreecommitdiff
path: root/src/webserver/pages/about.c
blob: 2b0002ad8f64731df156cdf21165b3434ed7752b (plain) (blame)
1
2
3
4
5
6
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");	
}