tbrehm
2013-04-19 713d86100b886a7115902922aac07ee9feedcaa4
Added permission checks in mail/mail_domain_dkim_create.php
1 files modified
4 ■■■■ changed files
interface/web/mail/mail_domain_dkim_create.php 4 ●●●● patch | view | raw | blame | history
interface/web/mail/mail_domain_dkim_create.php
@@ -36,6 +36,10 @@
*/ 
require_once('../../lib/config.inc.php');
require_once('../../lib/app.inc.php');
//* Check permissions for module
$app->auth->check_module_permissions('mail');
header('Content-Type: text/xml; charset=utf-8');
header('Cache-Control: must-revalidate, pre-check=0, no-store, no-cache, max-age=0, post-check=0');