diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2018-12-21 23:12:04 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2018-12-22 12:01:23 +0100 |
commit | 330356043df8e9c08fb3a408c74fe54bc2b9813d (patch) | |
tree | 5b9517fd4cd1b2130844157ec07926397d7f4396 /config | |
parent | 393db492948a16f246790b88a38a1235cb167659 (diff) |
credits: Allow customization
Diffstat (limited to 'config')
-rw-r--r-- | config/config.default.php | 7 |
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.' + ] ]; |