Changeset 7841 for trunk/src


Ignore:
Timestamp:
Apr 18, 2010, 10:54:57 PM (15 years ago)
Author:
rick
Message:

kml hiding comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kml.php

    r7831 r7841  
    3131}
    3232
     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 */
    3339header('Location: kml/nodemap-' . $time . '.kml');
    3440?>
Note: See TracChangeset for help on using the changeset viewer.