Settings: Use current year for the footer, instead of predefined one

This commit is contained in:
slawkens
2026-01-31 15:49:25 +01:00
parent 9fa9ec746c
commit 9d6287ecbc

View File

@@ -156,7 +156,7 @@ return [
'footer' => [
'name' => 'Custom Text',
'type' => 'textarea',
'desc' => 'Text displayed in the footer.<br/>For example: <i>' . escapeHtml('<br/>') . 'Your Server &copy; 2023. All rights reserved.</i>',
'desc' => 'Text displayed in the footer.<br/>For example: <i>' . escapeHtml('<br/>') . 'Your Server &copy; ' . date("Y") . '. All rights reserved.</i>',
'default' => '',
],
'footer_load_time' => [