summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.default.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 219ac56b..8467e144 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -163,4 +163,11 @@ return [
//'Strict-Transport-Security' => 'max-age=7776000',
//'Expect-CT' => 'max-age=7776000,enforce,report-uri="[uri]"',
],
+
+ // A list of credits
+ 'credits' => [
+ 'Contribution' => 'Please visit [engelsystem/engelsystem](https://github.com/engelsystem/engelsystem) if '
+ . 'you want to to contribute, have found any [bugs](https://github.com/engelsystem/engelsystem/issues) '
+ . 'or need help.'
+ ]
];