- Timestamp:
- Apr 18, 2010, 10:54:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kml.php
r7831 r7841 31 31 } 32 32 33 /* Instead of exposing the kml file, one could also argue to hide it at the back 34 * so you can can so some dirty hacking and more easy ACL 35 * $kmlFile = fopen($config['root'] . '/kml/nodemap-' . $time . '.kml'); 36 * print $fread($kmlFile); 37 * fclose($kmlFile); 38 */ 33 39 header('Location: kml/nodemap-' . $time . '.kml'); 34 40 ?>
Note:
See TracChangeset
for help on using the changeset viewer.