We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54f542 commit 713d861Copy full SHA for 713d861
1 file changed
interface/web/mail/mail_domain_dkim_create.php
@@ -36,6 +36,10 @@
36
*/
37
38
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');
43
44
header('Content-Type: text/xml; charset=utf-8');
45
header('Cache-Control: must-revalidate, pre-check=0, no-store, no-cache, max-age=0, post-check=0');
0 commit comments