diff options
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, |