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
Konflikted
ISPConfig 3
Commits
c54f542f
Commit
c54f542f
authored
Apr 19, 2013
by
tbrehm
Browse files
Fixed path in dkim ajax request.
parent
56f69880
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/templates/mail_domain_edit.htm
View file @
c54f542f
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
alert
(
"
Error creating XMLHTTP-instance
"
);
alert
(
"
Error creating XMLHTTP-instance
"
);
return
false
;
return
false
;
}
else
{
}
else
{
request
.
open
(
'
POST
'
,
'
/
mail/mail_domain_dkim_create.php
'
,
true
);
request
.
open
(
'
POST
'
,
'
mail/mail_domain_dkim_create.php
'
,
true
);
request
.
setRequestHeader
(
'
Content-Type
'
,
'
application/x-www-form-urlencoded
'
);
request
.
setRequestHeader
(
'
Content-Type
'
,
'
application/x-www-form-urlencoded
'
);
request
.
send
(
'
domain=
'
+
value
+
'
&action=
'
+
action
+
'
&pkey=
'
+
privatekey
);
request
.
send
(
'
domain=
'
+
value
+
'
&action=
'
+
action
+
'
&pkey=
'
+
privatekey
);
request
.
onreadystatechange
=
interpretRequest
;
request
.
onreadystatechange
=
interpretRequest
;
...
...
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