diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-07-17 22:17:58 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-07-17 22:17:58 +0200 |
commit | a2b9edc6a301745a299c8c29cdbbbc795961c9f0 (patch) | |
tree | aa04ad1e1efc4efd8a4ad99e201bc69f9888323d /config | |
parent | c8719e89fa0e2548edbd5dbfdec6cba8cd9b360a (diff) |
Reapplied "Merge pull request #314 from Scriptkiddi/master"
Diffstat (limited to 'config')
-rw-r--r-- | config/config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php index 263b4605..e816fe9c 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -26,6 +26,9 @@ return [ // Contact email address, linked on every page 'contact_email' => 'mailto:ticket@c3heaven.de', + // From address of all emails + 'no_reply_email' => 'noreply@engelsystem.de', + // Default theme of the start page, 1=style1.css 'theme' => 1, |