diff options
author | Fritz Otlinghaus <scriptkiddi@fap-studios.de> | 2017-02-03 17:01:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-03 17:01:32 +0100 |
commit | 3502eba04832425b3d20b401844e550e0a317080 (patch) | |
tree | c20fcbf131e6e043b7b1b0da0680e0209f5b7a98 /config | |
parent | 6ebbd9f17be8607839fabd710919aa77c349be69 (diff) |
Update config.default.php
Diffstat (limited to 'config')
-rw-r--r-- | config/config.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php index 79bc2bf4..9d522197 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -9,6 +9,7 @@ $base_url = "https://events.ccc.de/"; // contact email address, linked on every page $contact_email = "mailto:ticket@c3heaven.de"; +$no_reply_email = "noreply@engelsystem.de"; // Default-Theme auf der Startseite, 1=style1.css usw. $default_theme = 1; |