diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-11-04 17:14:09 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-11-04 17:14:09 +0100 |
commit | b4cfb3a4d788d999c737d35ff5da632ffd173f7b (patch) | |
tree | 87dfa0d48efe8167b90e4bbe0022666dc0da4f87 /plugins | |
parent | b3ffb4151dae56bc6d60c3063b6d731937e3f32d (diff) |
Automated uploads, date handling
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/webbox/webbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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") + "<br/>(C) 2021 <a href=\"https://www.reichwein.it/\">Reichwein.IT</a>"; + return p.m_GetServerParam("version") + "<br/>(C) " YEAR " <a href=\"https://www.reichwein.it/\">Reichwein.IT</a>"; } }; |