Changeset 7768 for trunk/src/config.php


Ignore:
Timestamp:
Apr 15, 2010, 5:24:10 PM (15 years ago)
Author:
Pieter Naber
Message:

Finished with the Network class, created kml.php for an up-to-date KML file. Waiting for Davids code...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/config.php

    r7767 r7768  
    5151 * Values to generate map
    5252 */
    53 $config['kml_file']                     = $config['root']."/map/inc/example.kml";
     53$config['kml_file']                     = $config['root'] . '/map/inc/example.kml';
     54// Should be something like:
     55// $config['kml_file']          = $config['root'] . '/kml.php?time=%TIMESTAMP%';
    5456?>
Note: See TracChangeset for help on using the changeset viewer.