Commit 3f0d5ed5 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix DB backend (now uses HTTPS)

parent c8185a76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@ my %hafas_instance = (
		productbits => [qw[s u tram bus ferry ice regio ondemand]],
	},
	DB => {
		url        => 'http://reiseauskunft.bahn.de/bin/bhftafel.exe',
		stopfinder => 'http://reiseauskunft.bahn.de/bin/ajax-getstop.exe',
		url        => 'https://reiseauskunft.bahn.de/bin/bhftafel.exe',
		stopfinder => 'https://reiseauskunft.bahn.de/bin/ajax-getstop.exe',
		name       => 'Deutsche Bahn',
		productbits =>
		  [qw[ice ic_ec d regio s bus ferry u tram ondemand x x x x]],