mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
Added title into success message
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user