aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hubel2020-12-30 18:00:40 +0100
committerAndreas Hubel2020-12-30 18:03:16 +0100
commitcbc8f2c8f1bcbfcf71963e3891786efbf5f8945b (patch)
tree031c78e69eb4e4efca6f9f55fb57fff605386e5d
parent87ea7f483fa6d0abc0f89f92a24a5fac4cfc3635 (diff)
rC3: hide finished channels in overview
-rw-r--r--configs/conferences/rc3/config.php19
1 files changed, 10 insertions, 9 deletions
diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php
index 2e5878f..b6c2cc4 100644
--- a/configs/conferences/rc3/config.php
+++ b/configs/conferences/rc3/config.php
@@ -18,7 +18,7 @@ $CONFIG['CONFERENCE'] = array(
*
* Wird dieser Zeitpunkt nicht angegeben, endet die Konferenz nie. (Siehe aber CLOSED weiter unten)
*/
- 'ENDS_AT' => strtotime("2020-12-30 20:00"),
+ 'ENDS_AT' => strtotime("2020-12-31 03:00"),
/**
* Hiermit kann die Funktionalitaet von STARTS_AT/ENDS_AT überschrieben werden. Der Wert 'before'
@@ -126,26 +126,26 @@ $CONFIG['OVERVIEW'] = array(
'GROUPS' => array(
'Live' => array(
'one',
- 'two',
+ //'two',
+ 'classics',
),
'Assemblies Live' => array(
'bitwaescherei',
- 'cbase',
+ //'cbase',
'chaosstudio-hamburg',
'chaostrawler',
- 'chaoszone',
'cwtv',
- 'franconiannet',
- 'hacc',
+ //'hacc',
'kreaturworks',
'oio',
- 'r3s',
+ //'r3s',
'restrealitaet',
- 'sendezentrum',
+ //'sendezentrum',
'wikipaka',
'xhain',
'infobeamer',
- 'classics'
+ 'franconiannet',
+ 'chaoszone',
),
'Music Live' => array(
'c3lounge',
@@ -873,6 +873,7 @@ $CONFIG['ROOMS'] = array(
'DISPLAY_SHORT' => 'Classics',
'STREAM' => 'classics',
'PREVIEW' => true,
+ 'WIDE' => true,
'SD_VIDEO' => true,
'HD_VIDEO' => true,