
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
6 lines
199 B
C
6 lines
199 B
C
void generate_notdone(int sock_in, char *query, char *ip)
|
|
{
|
|
web_send(sock_in, "<title>Not here!</title>\n");
|
|
web_send(sock_in, "<h2><center>This page/feature is not done yet.</center>\n</h2>");
|
|
}
|