Changeset 7846 for trunk/src/config.php
- Timestamp:
- Apr 19, 2010, 7:34:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/config.php
r7845 r7846 63 63 */ 64 64 $time = mktime() - (mktime() % 300); 65 $config['kml_file'] = ' http://' . $config['url'] . $config['uri'] . '/kml.php?time=' . $time;65 $config['kml_file'] = 'kml.php?time=' . $time; 66 66 // Should be something like: 67 67 // $config['kml_file'] = $config['root'] . '/kml.php?time=%TIMESTAMP%';
Note:
See TracChangeset
for help on using the changeset viewer.