Changeset 143 for trunk/config-sample/config.php
- Timestamp:
- 02/27/2006 12:50:42 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/config-sample/config.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config-sample/config.php
r141 r143 25 25 26 26 '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/', 29 29 'default' => 'basic' 30 30 ), … … 46 46 'ns_zone' => 'ns.yourdomain', 47 47 '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' 50 50 ), 51 51 52 52 'folders' => array( 53 'photos' => $root_path.'files/photos/'53 'photos' => ROOT_PATH.'files/photos/' 54 54 ), 55 55 … … 62 62 63 63 'srtm' => array( 64 'path' => $root_path.'files/srtm/'64 'path' => ROOT_PATH.'files/srtm/' 65 65 ), 66 66
Note: See TracChangeset
for help on using the changeset viewer.
