Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
6b199e23
Commit
6b199e23
authored
Jan 21, 2015
by
Florian Schaal
Browse files
allow the admin to change txt-records for dkim, dmarc and spf directly
parent
91a3943c
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/dns/form/dns_txt.tform.php
View file @
6b199e23
...
...
@@ -170,6 +170,9 @@ $form["tabs"]['dns'] = array (
)
);
if
(
$_SESSION
[
"s"
][
"user"
][
"typ"
]
==
'admin'
)
{
unset
(
$form
[
"tabs"
][
'dns'
][
'fields'
][
'data'
][
'validators'
]);
$form
[
"tabs"
][
'dns'
][
'fields'
][
'data'
][
'validators'
][
0
][
'type'
]
=
'NOTEMPTY'
;
$form
[
"tabs"
][
'dns'
][
'fields'
][
'data'
][
'validators'
][
0
][
'errmsg'
]
=
'data_error_empty'
;
}
?>
Webslice
@webslice
mentioned in issue
#5481 (closed)
·
Feb 21, 2020
mentioned in issue
#5481 (closed)
mentioned in issue #5481
Toggle commit list
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