We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37b4a2e + c929131 commit 1083ffcCopy full SHA for 1083ffc
interface/web/dns/dns_dkim_edit.php
@@ -118,7 +118,7 @@ function onSubmit() {
118
if (!empty($this->dataRecord['data'])) {
119
$this->dataRecord['data']='v=DKIM1; t=s; p='.$this->dataRecord['data'];
120
$this->dataRecord['name']=$this->dataRecord['selector'].'._domainkey.'.$this->dataRecord['name'];
121
- $this->dataRecord['ttl']=60;
+// $this->dataRecord['ttl']=60;
122
}
123
// Update the serial number and timestamp of the RR record
124
$soa = $app->db->queryOneRecord("SELECT serial FROM dns_rr WHERE id = ?", $this->id);
0 commit comments