aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin2020-10-29 19:55:36 +0100
committerDaniel Molkentin2020-10-29 19:56:16 +0100
commit4d0841f99c52f355aaf3dafcaebb58d5184c6883 (patch)
tree616c5631d69890f565e7ea68e14a6a3e50bb2055
parent36faa5b001fe86284f29a544448d078f9f11e8bf (diff)
fix CR stream name
-rw-r--r--configs/conferences/chaosradio/config.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/conferences/chaosradio/config.php b/configs/conferences/chaosradio/config.php
index acc8002..58dadc9 100644
--- a/configs/conferences/chaosradio/config.php
+++ b/configs/conferences/chaosradio/config.php
@@ -24,7 +24,9 @@ else
$IM_CCCB = ($upcoming_cr['location'] == 'CCCB');
}
-$STREAM = $IM_CCCB ? 's23' : 'q2';
+#$STREAM = $IM_CCCB ? 's23' : 'q2';
+STREAM="chaosradio"
+
$CONFIG['CONFERENCE'] = array(
/**