Added credits and info

pull/73/head
jonsowman 2010-06-19 14:07:42 +01:00
rodzic c7c069cd20
commit 8fd5a3bcc7
1 zmienionych plików z 15 dodań i 0 usunięć

Wyświetl plik

@ -1,4 +1,19 @@
<?
/*
* Code to generate a KML flight path given the UUID
* and serve it to the user as a download.
*
* CU Spaceflight Landing Prediction Software
* http://www.cuspaceflight.co.uk
*
* http://github.com/jonsowman/cusf-standalone-predictor
*
* Jon Sowman 2010
* jon@hexoc.com
*
*/
require_once("includes/config.inc.php");
require_once("includes/functions.inc.php");
if ( !isset($_GET['uuid']) || $_GET['uuid'] == "0" ) die("Invalid UUID");