summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-07-17 22:17:58 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2017-07-17 22:17:58 +0200
commita2b9edc6a301745a299c8c29cdbbbc795961c9f0 (patch)
treeaa04ad1e1efc4efd8a4ad99e201bc69f9888323d /config
parentc8719e89fa0e2548edbd5dbfdec6cba8cd9b360a (diff)
Reapplied "Merge pull request #314 from Scriptkiddi/master"
Diffstat (limited to 'config')
-rw-r--r--config/config.default.php3
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,