[go: up one dir, main page]

Menu

[r1]: / omgm / test.php  Maximize  Restore  History

Download this file

13 lines (9 with data), 134 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?php
phpinfo();
/*
include "lib/utils.php";
$parser = new GpxParser();
$res = $parser->parse("test.gpx");
print_r($res);
*/
?>