From ef7ed9034bebe80a429112930ab0481c8aa66c95 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 21 Apr 2020 18:57:11 +0200 Subject: Weblog (WIP) --- server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server.cpp') diff --git a/server.cpp b/server.cpp index 81ee454..6e15466 100644 --- a/server.cpp +++ b/server.cpp @@ -35,7 +35,7 @@ namespace net = boost::asio; // from namespace ssl = boost::asio::ssl; // from using tcp = boost::asio::ip::tcp; // from -const std::string Server::VersionString{ "Webserver "s + std::string{VERSION} }; +const std::string Server::VersionString{ "Reichwein.IT Webserver "s + std::string{VERSION} }; Server::Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins) : m_config(config) -- cgit v1.2.3