aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authordedeibel2018-12-19 22:02:36 +0100
committerdedeibel2018-12-19 22:07:30 +0100
commit5757b5d42db3204c1e34ccfcbf4cbce8926ace2b (patch)
tree1f8cdb6fe848e6b7d7fe1990003c45a4566936da /configs
parent95876339e34773c1e0d68bc15661bdeb36b6ae9d (diff)
35c3: Unset config mock values
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/35c3/config.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/conferences/35c3/config.php b/configs/conferences/35c3/config.php
index 9e439da..dc390e2 100644
--- a/configs/conferences/35c3/config.php
+++ b/configs/conferences/35c3/config.php
@@ -26,8 +26,7 @@ $CONFIG['CONFERENCE'] = array(
* Der Boolean true ist aus Abwärtskompatibilitätsgründen äquivalent zu 'after'. False ist äquivalent
* zu 'running'.
*/
- #'CLOSED' => true,
- 'CLOSED' => false, # TODO remove
+ // 'CLOSED' => false,
/**
* Mit diesem Schalter kann die Veranstaltung von der Startseite und der API
@@ -561,7 +560,6 @@ $CONFIG['SCHEDULE'] = array(
*/
//'SIMULATE_OFFSET' => strtotime(/* Conference-Date */ '2016-12-27') - strtotime(/* Today */ date('Y-m-d')),
//'SIMULATE_OFFSET' => 0,
- 'SIMULATE_OFFSET' => strtotime(/* Conference-Date */ '2018-12-27') - strtotime(/* Today */ date('Y-m-d')),
);
@@ -693,6 +691,7 @@ $CONFIG['EXTRA_FILES'] = array(
'schedule.ics' => 'https://fahrplan.events.ccc.de/congress/2018/Fahrplan/schedule.ics',
'schedule.xcal' => 'https://fahrplan.events.ccc.de/congress/2018/Fahrplan/schedule.xcal',
+ # TODO check
'everything.schedule.xml' => 'http://data.c3voc.de/35C3/everything.schedule.xml',
'everything.schedule.json' => 'http://data.c3voc.de/35C3/everything.schedule.json',