We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e34fd commit f7c05b3Copy full SHA for f7c05b3
track.kml
@@ -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
-?>
8
<kml xmlns="http://earth.google.com/kml/2.0" >
9
<Document>
10
<NetworkLink>
11
<name>habhub tracker (GE)</name>
12
<description>Live tracking of high altitude balloons via Google Earth</description>
13
<Url>
14
- <href>http://spacenear.us/tracker/datanew.php?format=kml&<?=$qstr?></href>
+ <href>http://spacenear.us/tracker/datanew.php?format=kml</href>
15
<refreshMode>onInterval</refreshMode>
16
<refreshInterval>20</refreshInterval>
17
</Url>
0 commit comments