From b3a7a341047dd7549046b540b3b1a04373153c61 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Wed, 29 Oct 2014 11:40:44 -0400 Subject: [PATCH] dkim: fixed issue with the domain-module --- interface/web/mail/mail_domain_dkim_create.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/mail_domain_dkim_create.php b/interface/web/mail/mail_domain_dkim_create.php index 4769735..bd9ff9c 100644 --- a/interface/web/mail/mail_domain_dkim_create.php +++ b/interface/web/mail/mail_domain_dkim_create.php @@ -147,7 +147,6 @@ break; case 'show': /* show the DNS-Record onLoad */ - $_POST=getRealPOST(); $private_key=$_POST['dkim_private']; break; } -- Gitblit v1.9.1