Index: trunk/src/kml.php
===================================================================
--- trunk/src/kml.php	(revision 7831)
+++ trunk/src/kml.php	(revision 7841)
@@ -31,4 +31,10 @@
 }
 
+/* Instead of exposing the kml file, one could also argue to hide it at the back
+ * so you can can so some dirty hacking and more easy ACL
+ * $kmlFile = fopen($config['root'] . '/kml/nodemap-' . $time . '.kml');
+ * print $fread($kmlFile);
+ * fclose($kmlFile);
+ */
 header('Location: kml/nodemap-' . $time . '.kml');
 ?>
