This repository has been archived on 2025-07-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
open-heraklion-bus/data.php
2015-07-15 16:37:16 +03:00

5 lines
209 B
PHP

<?php
$routes = json_decode(file_get_contents("routes.json"), true);
$stops = json_decode(file_get_contents("stops.json"), true);
$busposition = json_decode(file_get_contents("busposition.json"), true);
?>