Skip to content

Commit c54f542

Browse files
committed
Fixed path in dkim ajax request.
1 parent 56f6988 commit c54f542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/templates/mail_domain_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
105105
alert("Error creating XMLHTTP-instance");
106106
return false;
107107
} else {
108-
request.open('POST', '/mail/mail_domain_dkim_create.php', true);
108+
request.open('POST', 'mail/mail_domain_dkim_create.php', true);
109109
request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
110110
request.send('domain='+value+'&action='+action+'&pkey='+privatekey);
111111
request.onreadystatechange = interpretRequest;

0 commit comments

Comments
 (0)