Skip to content

Commit f7c05b3

Browse files
track.kml is no longer php
1 parent f0e34fd commit f7c05b3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

track.kml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
<?php
2-
header('Content-Type: application/vnd.google-earth.kml+xml');
3-
4-
parse_str($_SERVER['QUERY_STRING'], $tmp);
5-
$qstr = htmlspecialchars(http_build_query($tmp));
6-
7-
?>
81
<kml xmlns="http://earth.google.com/kml/2.0" >
92
<Document>
103
<NetworkLink>
114
<name>habhub tracker (GE)</name>
125
<description>Live tracking of high altitude balloons via Google Earth</description>
136
<Url>
14-
<href>http://spacenear.us/tracker/datanew.php?format=kml&amp;<?=$qstr?></href>
7+
<href>http://spacenear.us/tracker/datanew.php?format=kml</href>
158
<refreshMode>onInterval</refreshMode>
169
<refreshInterval>20</refreshInterval>
1710
</Url>

0 commit comments

Comments
 (0)