Ignore:
Timestamp:
02/27/2006 12:50:42 AM (6 years ago)
Author:
cirrus
Message:

Change: $root_path variable was changed to a constant due to possible security issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config-sample/config.php

    r141 r143  
    2525 
    2626        'templates' => array( 
    27                 'path' => $root_path.'templates/', 
    28                 'compiled_path' => $root_path.'templates/_compiled/', 
     27                'path' => ROOT_PATH.'templates/', 
     28                'compiled_path' => ROOT_PATH.'templates/_compiled/', 
    2929                'default' => 'basic' 
    3030                ), 
     
    4646                'ns_zone' => 'ns.yourdomain', 
    4747                'reverse_zone' => 'in-addr.arpa', 
    48                 'forward_zone_schema' => $root_path.'tools/dnszones-poller/yourdomain.schema', 
    49                 'reverse_zone_schema' => $root_path.'tools/dnszones-poller/10.in-addr.arpa.schema' 
     48                'forward_zone_schema' => ROOT_PATH.'tools/dnszones-poller/yourdomain.schema', 
     49                'reverse_zone_schema' => ROOT_PATH.'tools/dnszones-poller/10.in-addr.arpa.schema' 
    5050                ), 
    5151         
    5252        'folders' => array( 
    53                 'photos' => $root_path.'files/photos/' 
     53                'photos' => ROOT_PATH.'files/photos/' 
    5454                ), 
    5555         
     
    6262         
    6363        'srtm' => array( 
    64                 'path' => $root_path.'files/srtm/' 
     64                'path' => ROOT_PATH.'files/srtm/' 
    6565                ), 
    6666                 
Note: See TracChangeset for help on using the changeset viewer.