diff options
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/conferences/kontraIAA2021/config.php | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/configs/conferences/kontraIAA2021/config.php b/configs/conferences/kontraIAA2021/config.php index 7e342db..46d4b0a 100644 --- a/configs/conferences/kontraIAA2021/config.php +++ b/configs/conferences/kontraIAA2021/config.php @@ -182,7 +182,6 @@ $CONFIG['SCHEDULE'] = array(  	 * aufhören zu funktionieren. Wenn die Quelle unverlässlich ist ;) sollte ein  	 * externer HTTP-Cache vorgeschaltet werden.  	 */ -	//'URL' => 'https://data.c3voc.de/divoc/everything.schedule.xml',      'URL' => 'https://gitlab.infra4future.de/hacc/events/kontraiaa-schedule/-/raw/main/kontraiaa.schedule.xml', //http://localhost:4000/kontraiaa.schedule.xml',  	/** @@ -190,7 +189,7 @@ $CONFIG['SCHEDULE'] = array(  	 *  	 * Wird diese Zeile auskommentiert, werden alle Räume angezeigt  	 */ -	//'ROOMFILTER' => array('Piscopia'), +    'ROOMFILTER' => array('Kranhalle'),  	//	'WikiPaka WG: Esszimmer', 'Chaos-West Bühne', 'OIO Stage', 'DLF- und Podcast-Bühne'),  	/** | 
