Changeset 7838 for trunk/src/config.php
- Timestamp:
- Apr 18, 2010, 10:21:56 PM (15 years ago)
- File:
-
- 1 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%';
Note:
See TracChangeset
for help on using the changeset viewer.