From 41974ae5265fbc23a06f276f9e008d5dad020e0b Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 30 Aug 2012 16:16:25 -0700 Subject: Rename files for C++ conversion. Does not compile. After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add ..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h --- src/webserver/pages/about.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/webserver/pages/about.cpp (limited to 'src/webserver/pages/about.cpp') diff --git a/src/webserver/pages/about.cpp b/src/webserver/pages/about.cpp new file mode 100644 index 0000000..b548da9 --- /dev/null +++ b/src/webserver/pages/about.cpp @@ -0,0 +1,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, "
eAthena Web Server!
\n"); +} -- cgit v1.2.3-70-g09d2