mirror of
https://github.com/slawkens/myaac.git
synced 2026-02-03 03:46:22 +01:00
Settings: Use current year for the footer, instead of predefined one
This commit is contained in:
@@ -156,7 +156,7 @@ return [
|
|||||||
'footer' => [
|
'footer' => [
|
||||||
'name' => 'Custom Text',
|
'name' => 'Custom Text',
|
||||||
'type' => 'textarea',
|
'type' => 'textarea',
|
||||||
'desc' => 'Text displayed in the footer.<br/>For example: <i>' . escapeHtml('<br/>') . 'Your Server © 2023. All rights reserved.</i>',
|
'desc' => 'Text displayed in the footer.<br/>For example: <i>' . escapeHtml('<br/>') . 'Your Server © ' . date("Y") . '. All rights reserved.</i>',
|
||||||
'default' => '',
|
'default' => '',
|
||||||
],
|
],
|
||||||
'footer_load_time' => [
|
'footer_load_time' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user