'Tuxis', 'owner' => 'username', # Set to 'public' to make it available to all users 'records' => array( array( 'name' => '', 'type' => 'MX', 'content' => '200 mx2.tuxis.nl') ) ); */ $defaults['soa_edit'] = 'INCEPTION-INCREMENT'; $defaults['soa_edit_api'] = 'INCEPTION-INCREMENT'; $defaults['defaulttype'] = 'Master'; # Choose between 'Native' or 'Master' $defaults['ns'][0] = 'unconfigured.primaryns.'; # The value of the first NS-record $defaults['ns'][1] = 'unconfigured.secondaryns.'; # The value of the second NS-record $defaults['ttl'] = 3600; # Default TTL for records $defaults['disabled'] = false; # Default disabled state ## UI Options $menutype = 'horizontal'; # horizontal|vertical - use a horizontal or vertical menu $logo = 'img/nsedit.png';