MobilityLab / TransitScreen

Transit screen configuration and display.
http://mobilitylab.org/2012/01/05/experimental-real-time-transit-screens-come-to-arlington-and-dc/
MIT License
132 stars 21 forks source link

Replace simplexml_load_file with safer call #68

Open TransitScreen opened 11 years ago

TransitScreen commented 11 years ago

A number of hosting providers disable simplexml_load_file() for security, but TransitScreen uses it extensively in helpers/transit_functions_helper.php. It should be replaced.

Possible solution: http://php.net/manual/en/book.curl.php