Added title into success message

This commit is contained in:
Nikos Mavrogiannopoulos
2013-02-27 23:20:52 +01:00
parent 6636541d7c
commit 0dd43943a2

View File

@@ -41,7 +41,8 @@
#include <http-parser/http_parser.h> #include <http-parser/http_parser.h>
#define SUCCESS_MSG_HEAD "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" \ #define SUCCESS_MSG_HEAD "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" \
"<auth id=\"success\">\n" "<auth id=\"success\">\n" \
"<title>SSL VPN Service</title>"
#define SUCCESS_MSG_FOOT "</auth>\n" #define SUCCESS_MSG_FOOT "</auth>\n"