diff --git a/interface/web/dns/dns_dkim_edit.php b/interface/web/dns/dns_dkim_edit.php index cdd71f01a16a8fb21e8f88e0f5c664c95e5cce9f..7f7e6856dbe45c494a3121277bcbb669774519c5 100644 --- a/interface/web/dns/dns_dkim_edit.php +++ b/interface/web/dns/dns_dkim_edit.php @@ -118,7 +118,7 @@ class page_action extends tform_actions { if (!empty($this->dataRecord['data'])) { $this->dataRecord['data']='v=DKIM1; t=s; p='.$this->dataRecord['data']; $this->dataRecord['name']=$this->dataRecord['selector'].'._domainkey.'.$this->dataRecord['name']; - $this->dataRecord['ttl']=60; +// $this->dataRecord['ttl']=60; } // Update the serial number and timestamp of the RR record $soa = $app->db->queryOneRecord("SELECT serial FROM dns_rr WHERE id = ?", $this->id);