Changeset 7845 for trunk/src/config.php


Ignore:
Timestamp:
Apr 18, 2010, 11:17:31 PM (15 years ago)
Author:
rick
Message:

One level to match checking at logFile, also creation 'a+' is allowed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/config.php

    r7843 r7845  
    6666// Should be something like:
    6767// $config['kml_file']          = $config['root'] . '/kml.php?time=%TIMESTAMP%';
     68
     69/* Logfile stored location, should be writeable by webserver
     70 */
     71$config['log_file']                     =  sys_get_temp_dir() . '/NodeMap.log';
    6872?>
Note: See TracChangeset for help on using the changeset viewer.