From b4cfb3a4d788d999c737d35ff5da632ffd173f7b Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 4 Nov 2022 17:14:09 +0100 Subject: Automated uploads, date handling --- plugins/webbox/webbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/webbox') diff --git a/plugins/webbox/webbox.cpp b/plugins/webbox/webbox.cpp index c8e4b38..ac54394 100644 --- a/plugins/webbox/webbox.cpp +++ b/plugins/webbox/webbox.cpp @@ -347,7 +347,7 @@ protected: virtual std::string start(CommandParameters& p) { p.m_SetResponseHeader("content_type", "text/plain"); - return p.m_GetServerParam("version") + "
(C) 2021 Reichwein.IT"; + return p.m_GetServerParam("version") + "
(C) " YEAR " Reichwein.IT"; } }; -- cgit v1.2.3