Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
1083ffcd
Commit
1083ffcd
authored
Aug 09, 2017
by
Marius Burkard
Browse files
Merge branch 'stable-3.1' into 'stable-3.1'
DNS DKIM TTL records (Fixes #4728) See merge request !623
parents
37b4a2e0
c9291316
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/dns/dns_dkim_edit.php
View file @
1083ffcd
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment