diff options
| author | 2019-03-12 15:37:18 +0100 | |
|---|---|---|
| committer | 2019-03-14 11:02:24 +0000 | |
| commit | ac0d5abaace6521643b213423bf57625abe9dd41 (patch) | |
| tree | e089b27d6e657ba42f749c1b01bd7a912788d30a /src/modules/m_httpd.cpp | |
| parent | Generate the ssl_cert metadata before bursting a connecting user. (diff) | |
Update most URLs to use HTTPS and fix some dead links.
Diffstat (limited to 'src/modules/m_httpd.cpp')
| -rw-r--r-- | src/modules/m_httpd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index 2e67b1551..f9e5bc0fd 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -229,7 +229,7 @@ class HttpServerSocket : public BufferedSocket, public Timer, public insp::intru HTTPHeaders empty; std::string data = InspIRCd::Format( "<html><head></head><body>Server error %u: %s<br>" - "<small>Powered by <a href='http://www.inspircd.org'>InspIRCd</a></small></body></html>", response, http_status_str((http_status)response)); + "<small>Powered by <a href='https://www.inspircd.org'>InspIRCd</a></small></body></html>", response, http_status_str((http_status)response)); SendHeaders(data.length(), response, empty); WriteData(data); |
