celest 201bec5cd7 * Moved /tool and /webserver to under /src and added 'make tools' and 'make web-server'
* Removed ladmin compiling from 'make sql'

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1261 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-21 06:06:21 +00:00

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");
}