fix non existing default contact mail address

This commit is contained in:
msquare 2016-12-06 14:16:40 +01:00
parent 5fea199b54
commit d4ea9dd218
1 changed files with 1 additions and 1 deletions

View File

@ -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;