We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e95e60 commit e6cbe72Copy full SHA for e6cbe72
1 file changed
interface/web/mail/ajax_get_json.php
@@ -34,8 +34,10 @@
34
//* Check permissions for module
35
$app->auth->check_module_permissions('mail');
36
37
+$app->uses('functions');
38
+
39
$type = $_GET['type'];
-$domain_id = $_GET['domain_id'];
40
+$domain_id = $app->functions->idn_encode($_GET['domain_id']);
41
42
if($type == 'create_dkim' && $domain_id != ''){
43
$dkim_public = $_GET['dkim_public'];
0 commit comments