diff options
| author | Daniel Molkentin | 2020-10-29 19:55:36 +0100 | 
|---|---|---|
| committer | Daniel Molkentin | 2020-10-29 19:56:16 +0100 | 
| commit | 4d0841f99c52f355aaf3dafcaebb58d5184c6883 (patch) | |
| tree | 616c5631d69890f565e7ea68e14a6a3e50bb2055 /configs | |
| parent | 36faa5b001fe86284f29a544448d078f9f11e8bf (diff) | |
fix CR stream name
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/chaosradio/config.php | 4 | 
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(  	/** | 
