diff geotemco/php/download.php @ 13:ecee20ea7dad

merge for updating books_coordinates.csv for 176 missing coordinates
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Wed, 28 Oct 2015 11:59:57 +0100
parents 389cf726303e
children
line wrap: on
line diff
--- a/geotemco/php/download.php	Mon Oct 19 15:08:20 2015 +0200
+++ b/geotemco/php/download.php	Wed Oct 28 11:59:57 2015 +0100
@@ -1,3 +1,4 @@
+<?php
 <?php
 /*
 * proxy.php
@@ -28,7 +29,7 @@
 	$mime = array('application/octet-stream');
 	
 	header('Content-Type: '.$mime);
-	header('Content-Disposition: attachment; filename="test.kml"');
+	header('Content-Disposition: attachment; filename="download.kml"');
 	header('Content-Transfer-Encoding: binary');
 	header('Content-Length: '.sprintf('%d', $filesize));
 	header('Expires: 0');