Skip to content
Snippets Groups Projects
Commit 6c451dba authored by Falko Timme's avatar Falko Timme
Browse files

- Fixed #1786.

parent 2fc6313b
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ $form["tabs"]['dns_soa'] = array (
'refresh' => array (
'datatype' => 'INTEGER',
'formtype' => 'TEXT',
'default' => '28800',
'default' => '7200',
'value' => '',
'width' => '10',
'maxlength' => '10'
......@@ -135,7 +135,7 @@ $form["tabs"]['dns_soa'] = array (
'retry' => array (
'datatype' => 'INTEGER',
'formtype' => 'TEXT',
'default' => '7200',
'default' => '540',
'value' => '',
'width' => '10',
'maxlength' => '10'
......@@ -159,7 +159,7 @@ $form["tabs"]['dns_soa'] = array (
'ttl' => array (
'datatype' => 'INTEGER',
'formtype' => 'TEXT',
'default' => '86400',
'default' => '3600',
'value' => '',
'width' => '10',
'maxlength' => '10'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment