diff --git a/httpserver.cpp b/httpserver.cpp index 82c3f9b..2e85876 100644 --- a/httpserver.cpp +++ b/httpserver.cpp @@ -573,7 +573,7 @@ void HttpServer::writeMainPage(QTcpSocket *socket, QString &urlPath, bool isHead if (s.first.isEmpty()) continue; // empty server name? QString htmlServersSection = HTML_SERVER_SECTION; - replaceTag(htmlServersSection, "ABOUT_SERVER", "/serverinformation/"+server); + replaceTag(htmlServersSection, "ABOUT_SERVER", "/serverinformation/"+s.first); replaceTag(htmlServersSection, "SERVER_NAME", s.first); QString htmlChannelLineS; @@ -1383,7 +1383,7 @@ void HttpServer::writeAboutServerPage(QTcpSocket *socket, QString &urlPath, bool htmlServersSection.replace("