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.
1 parent 56f6988 commit c54f542Copy full SHA for c54f542
interface/web/mail/templates/mail_domain_edit.htm
@@ -105,7 +105,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
105
alert("Error creating XMLHTTP-instance");
106
return false;
107
} else {
108
- request.open('POST', '/mail/mail_domain_dkim_create.php', true);
+ request.open('POST', 'mail/mail_domain_dkim_create.php', true);
109
request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
110
request.send('domain='+value+'&action='+action+'&pkey='+privatekey);
111
request.onreadystatechange = interpretRequest;
0 commit comments