Added parsing library for Heraklion.
This commit is contained in:
parent
02b96eb5f7
commit
6ee1a86297
6 changed files with 231 additions and 0 deletions
7
modules/libher/libher.php
Normal file
7
modules/libher/libher.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
include './libstops.php';
|
||||
include './libroutes.php';
|
||||
include './libdl.php';
|
||||
include './libbusposition.php';
|
||||
|
||||
?>
|
Reference in a new issue