summaryrefslogtreecommitdiff
path: root/config/config.default.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-12-06 14:16:40 +0100
committermsquare <msquare@notrademark.de>2016-12-13 17:59:42 +0100
commitd4ea9dd21881a2cc9330a51271d1fc729257a0de (patch)
tree28cd04833b1bf0f13e3f75445a64eace03f4c536 /config/config.default.php
parent5fea199b548960a6f8f8b4f06619187cc4c74f20 (diff)
fix non existing default contact mail address
Diffstat (limited to 'config/config.default.php')
-rw-r--r--config/config.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 0297c679..64c43cfa 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -7,7 +7,7 @@ $maintenance_mode = false;
$faq_url = "https://events.ccc.de/congress/2013/wiki/Static:Volunteers";
// contact email address, linked on every page
-$contact_email = "mailto:erzengel@lists.ccc.de";
+$contact_email = "mailto:ticket@c3heaven.de";
// Default-Theme auf der Startseite, 1=style1.css usw.
$default_theme = 1;