diff options
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/podstock2017/config.php | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/configs/conferences/podstock2017/config.php b/configs/conferences/podstock2017/config.php index 7552919..8a69ead 100644 --- a/configs/conferences/podstock2017/config.php +++ b/configs/conferences/podstock2017/config.php @@ -101,14 +101,14 @@ $CONFIG['CONFERENCE'] = array(  	 * Wird beides aktiviert, hat der externe Link Vorrang!  	 * Wird beides auskommentiert, wird der Link nicht angezeigt  	 */ -	//'RELIVE_JSON' => 'configs/conferences/podstock2017/relive.json', +	'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/podstock2017/relive.json',  	/**  	 * APCU-Cache-Zeit in Sekunden  	 * Wird diese Zeile auskommentiert, werden die apc_*-Methoden nicht verwendet und  	 * das Relive-Json bei jedem Request von der Quelle geladen und geparst  	 */ -	//'RELIVE_JSON_CACHE' => 30*60, +	'RELIVE_JSON_CACHE' => 30*60,  );  /** @@ -412,7 +412,7 @@ $CONFIG['SCHEDULE'] = array(  	 *  	 * Wird diese Zeile auskommentiert, werden alle Räume angezeigt  	 */ -	//'ROOMFILTER' => array('MOSAIK', 'ALPHABET'), +	'ROOMFILTER' => array('Bühnenshows', 'Workshopraum', 'Podcasttisch', 'Workshops Outdoor'),  	/**  	 * Skalierung der Programm-Vorschau in Sekunden pro Pixel | 
