diff options
Diffstat (limited to 'config/config.default.php')
-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; |