- Timestamp:
- Apr 18, 2010, 10:21:56 PM (15 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/config.php
r7837 r7838 62 62 */ 63 63 $time = mktime() - (mktime() % 300); 64 $config['kml_file'] = $config['root'] . '/kml.php?time=' . $time; 65 echo $config['root']; 64 $config['kml_file'] = 'kml.php?time=' . $time; 66 65 // Should be something like: 67 66 // $config['kml_file'] = $config['root'] . '/kml.php?time=%TIMESTAMP%'; -
trunk/src/map/index.php
r7828 r7838 6 6 7 7 #getting array from kmlHandler 8 $markers = get_node_array( $config['kml_file']);8 $markers = get_node_array('../' . $config['kml_file']); 9 9 10 10 # Key is defined to be the domain name if exists
Note:
See TracChangeset
for help on using the changeset viewer.