Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Carlos Gonzalez
ISPConfig 3
Commits
71e4f824
Commit
71e4f824
authored
Aug 17, 2018
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change of last commit.
parent
27ba5e70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
interface/web/mail/ajax_get_json.php
interface/web/mail/ajax_get_json.php
+4
-0
No files found.
interface/web/mail/ajax_get_json.php
View file @
71e4f824
...
...
@@ -74,6 +74,10 @@ if($type == 'create_dkim' && $domain_id != ''){
}
else
{
$selector
=
'invalid domain or selector'
;
}
unset
(
$dkim_public
);
exec
(
'echo '
.
escapeshellarg
(
$dkim_private
)
.
'|openssl rsa -pubout -outform PEM 2> /dev/null'
,
$pubkey
,
$result
);
foreach
(
$pubkey
as
$values
)
$dkim_public
=
$dkim_public
.
$values
.
"
\n
"
;
$selector
=
$dkim_selector
;
}
else
{
unset
(
$dkim_public
);
exec
(
'echo '
.
escapeshellarg
(
$dkim_private
)
.
'|openssl rsa -pubout -outform PEM 2> /dev/null'
,
$pubkey
,
$result
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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