Skip to content

Commit 713d861

Browse files
committed
Added permission checks in mail/mail_domain_dkim_create.php
1 parent c54f542 commit 713d861

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

interface/web/mail/mail_domain_dkim_create.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
*/
3737

3838
require_once('../../lib/config.inc.php');
39+
require_once('../../lib/app.inc.php');
40+
41+
//* Check permissions for module
42+
$app->auth->check_module_permissions('mail');
3943

4044
header('Content-Type: text/xml; charset=utf-8');
4145
header('Cache-Control: must-revalidate, pre-check=0, no-store, no-cache, max-age=0, post-check=0');

0 commit comments

Comments
 (0)