Skip to content
Snippets Groups Projects
Commit 713d8610 authored by tbrehm's avatar tbrehm
Browse files

Added permission checks in mail/mail_domain_dkim_create.php

parent c54f542f
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,10 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment