
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec
7 lines
209 B
C
7 lines
209 B
C
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");
|
|
}
|