Changeset 7804


Ignore:
Timestamp:
Apr 17, 2010, 4:15:04 PM (15 years ago)
Author:
ddboer
Message:

Kml file read from kml folder with function $time for timestamp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/config.php

    r7803 r7804  
    2121 * Mail setting for the loghandler.
    2222 */
     23
    2324
    2425$config['mail']                                 = 'test@test.com';
     
    6061 * Values to generate map
    6162 */
    62 $config['kml_file']                     = $config['root'] . '/example.kml';
     63$time = mktime() -( $time2 = mktime() % 300 );
     64$config['kml_file']                     = $config['root'] . '/kml/nodemap-'.$time.'.kml';
    6365// Should be something like:
    6466// $config['kml_file']          = $config['root'] . '/kml.php?time=%TIMESTAMP%';
Note: See TracChangeset for help on using the changeset viewer.