Marius Burkard
2016-04-20 0b2c4118a0894f722318ae4d861baddb8f66fd4d
interface/web/dns/form/dns_template.tform.php
@@ -74,7 +74,7 @@
         'formtype' => 'CHECKBOXARRAY',
         'default' => '',
         'separator' => ',',
         'value'  => array('DOMAIN' => 'Domain', 'IP' => 'IP Address', 'IPV6' => 'IPv6 Address', 'NS1' => 'NS 1', 'NS2' => 'NS 2', 'EMAIL' => 'Email', 'DKIM' => 'DKIM'),
         'value'  => array('DOMAIN' => 'Domain', 'IP' => 'IP Address', 'IPV6' => 'IPv6 Address', 'NS1' => 'NS 1', 'NS2' => 'NS 2', 'EMAIL' => 'Email', 'DKIM' => 'DKIM', 'DNSSEC' => 'DNSSEC'),
         'validators'    => array (  0 => array ('type'  => 'CUSTOM',
               'class' => 'validate_dkim',
               'function' => 'check_template',