mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Mention rippled in the websocket test page.
This commit is contained in:
committed by
Nik Bougalis
parent
072fc53019
commit
a75a0c0b84
@@ -463,9 +463,9 @@ public:
|
|||||||
|
|
||||||
cpClient->set_body (
|
cpClient->set_body (
|
||||||
"<!DOCTYPE html><html><head><title>" + systemName () +
|
"<!DOCTYPE html><html><head><title>" + systemName () +
|
||||||
" Test</title></head>" + "<body><h1>" + systemName () +
|
" Test page for rippled</title></head>" + "<body><h1>" +
|
||||||
" Test</h1><p>This page shows http(s) connectivity is working."
|
systemName () + " Test</h1><p>This page shows rippled http(s) "
|
||||||
"</p></body></html>");
|
"connectivity is working./p></body></html>");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user