diff options
author | Fritz Otlinghaus <scriptkiddi@fap-studios.de> | 2017-03-18 15:04:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-18 15:04:47 +0100 |
commit | 1ca6ed3dafe006035d0afc36b498a6ca42bd57df (patch) | |
tree | fb79592a6ffa089e3b17c6cd552a875c25aa85cd /config | |
parent | c9336840ff02be4e586c5fee8dd43ea07855eb49 (diff) |
Update config.default.php
removed base_url since it was unused
Diffstat (limited to 'config')
-rw-r--r-- | config/config.default.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php index 9d522197..59f7bbc6 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -5,7 +5,6 @@ $maintenance_mode = false; // URL to the angel faq and job description $faq_url = "https://events.ccc.de/congress/2013/wiki/Static:Volunteers"; -$base_url = "https://events.ccc.de/"; // contact email address, linked on every page $contact_email = "mailto:ticket@c3heaven.de"; |