ftimme
2011-10-10 6c451dba150e4f3c4b7edfb152a345823cb8897d
- Fixed #1786.
1 files modified
6 ■■■■ changed files
interface/web/dns/form/dns_soa.tform.php 6 ●●●● patch | view | raw | blame | history
interface/web/dns/form/dns_soa.tform.php
@@ -127,7 +127,7 @@
        'refresh' => array (
            'datatype'    => 'INTEGER',
            'formtype'    => 'TEXT',
            'default'    => '28800',
            'default'    => '7200',
            'value'        => '',
            'width'        => '10',
            'maxlength'    => '10'
@@ -135,7 +135,7 @@
        'retry' => array (
            'datatype'    => 'INTEGER',
            'formtype'    => 'TEXT',
            'default'    => '7200',
            'default'    => '540',
            'value'        => '',
            'width'        => '10',
            'maxlength'    => '10'
@@ -159,7 +159,7 @@
        'ttl' => array (
            'datatype'    => 'INTEGER',
            'formtype'    => 'TEXT',
            'default'    => '86400',
            'default'    => '3600',
            'value'        => '',
            'width'        => '10',
            'maxlength'    => '10'