|  |  | 
 |  |  | <?php | 
 |  |  | $sources = [ | 
 |  |  |    'bus' => [ | 
 |  |  |       'gtfsrt' => 'ftp://zdmk.krakow.pl/VehiclePositions_A.pb', | 
 |  |  |       'gtfsrt' => 'http://gtfs.ztp.krakow.pl/VehiclePositions_A.pb', | 
 |  |  |       'gtfsrt_file' => 'VehiclePositions_A.pb', | 
 |  |  |       'ttss' => 'http://ttss.mpk.krakow.pl/internetservice/geoserviceDispatcher/services/vehicleinfo/vehicles', | 
 |  |  |       'ttss_file' => 'vehicles_A.json', | 
 |  |  | 
 |  |  |    foreach(['gtfsrt_file', 'ttss_file', 'database', 'result', 'result_vehicles'] as $field) { | 
 |  |  |       $source[$field] = __DIR__.'/data/'.$source[$field]; | 
 |  |  |    } | 
 |  |  | 	 | 
 |  |  |  | 
 |  |  |    $source['result_temp'] = $source['result'].'.tmp'; | 
 |  |  |    $source['result_vehicles_temp'] = $source['result_vehicles'].'.tmp'; | 
 |  |  | } |