]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove copyright years in webserver output; noted by @mind04 13045/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 18 Jul 2023 08:18:31 +0000 (10:18 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 18 Jul 2023 08:19:44 +0000 (10:19 +0200)
pdns/ws-auth.cc

index fe7fb50b0c33363f7a5a806355be485dda8a0208..25d1b2dc349a2841061805dca694f7ddc292555b 100644 (file)
@@ -287,7 +287,7 @@ void AuthWebServer::indexfunction(HttpRequest* req, HttpResponse* resp)
     printtable(ret,req->getvars["ring"],S.getRingTitle(req->getvars["ring"]),100);
 
   ret<<"</div></div>"<<endl;
-  ret<<"<footer class=\"row\">"<<fullVersionString()<<"<br>&copy; 2013 - 2022 <a href=\"https://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
+  ret<<"<footer class=\"row\">"<<fullVersionString()<<"<br>&copy; <a href=\"https://www.powerdns.com/\">PowerDNS.COM BV</a>.</footer>"<<endl;
   ret<<"</body></html>"<<endl;
 
   resp->body = ret.str();