aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorroot2016-08-20 20:26:56 +0200
committerroot2016-08-20 20:26:56 +0200
commit6630061fdd3e42cbfae4b05ad1510c33409e61fc (patch)
treed5ee78e1abccd481f44385010bdff994c1537234 /configs
parentb20aeaca8c1749fb470a24dc837c266fbd7114c3 (diff)
fix gaudec website
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/guadec2016/config.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/guadec2016/config.php b/configs/conferences/guadec2016/config.php
index ae18a51..bce2eb3 100644
--- a/configs/conferences/guadec2016/config.php
+++ b/configs/conferences/guadec2016/config.php
@@ -8,7 +8,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
* Wird dieser Zeitpunkt nicht angegeben, gilt die Konferenz immer als angefangen. (Siehe aber ENDS_AT
* und CLOSED weiter unten)
*/
- 'STARTS_AT' => strtotime("2016-08-12 08:00"),
+ 'STARTS_AT' => strtotime("2016-08-12 07:00"),
/**
* Der Endzeitpunkt der Konferenz als Unix-Timestamp. Befinden wir uns danach, wird eine Danke-Und-Kommen-Sie-
@@ -139,7 +139,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
/**
* Angezeige-Name
*/
- 'DISPLAY' => 'Room 1',
+ 'DISPLAY' => 'Grace',
'WIDE' => true,
/**
@@ -344,7 +344,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
),
'room2' => array(
- 'DISPLAY' => 'Room 2',
+ 'DISPLAY' => 'Ada',
'STREAM' => 's5',
'PREVIEW' => true,