Changeset 106 for trunk/config-sample


Ignore:
Timestamp:
12/01/2005 11:54:04 PM (6 years ago)
Author:
Winner
Message:

Rename config to config-sample folder.
Bug fix: Firefox visualization.
Tool add: dnszones-poller.
Config change to fit dnszones-poller.

Location:
trunk/config-sample
Files:
4 moved

Legend:

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

    r104 r106  
    4242         
    4343        'dns' => array( 
    44                 'root_zone' => 'domain', 
    45                 'ns_zone' => 'ns.domain', 
     44                'root_zone' => 'yourdomain', 
     45                'ns_zone' => 'ns.yourdomain', 
    4646                'reverse_zone' => 'in-addr.arpa', 
    47                 'forward_zone_schema' => $root_path.'poller/domain-forward.schema', 
    48                 'reverse_zone_schema' => $root_path.'poller/domain-reverse.schema' 
     47                'forward_zone_schema' => $root_path.'tools/dnszones-poller/yourdomain.schema', 
     48                'reverse_zone_schema' => $root_path.'tools/dnszones-poller/10.in-addr.arpa.schema' 
    4949                ), 
    5050         
Note: See TracChangeset for help on using the changeset viewer.