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/GenRoutes.php
2016-02-21 15:39:36 +02:00

5 lines
135 B
PHP

<?php
include 'modules/libdata.php';
file_put_contents('data/routes.json', json_encode(Routes(), JSON_UNESCAPED_UNICODE));
?>