From 3e1a024638e3ae6c92271e85dc2d4330e36a1735 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 May 2008 20:09:38 +0000 Subject: [PATCH] Removed email addresses from Server certificates --- includes/account.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/account.php b/includes/account.php index 573fd5d..10290f2 100644 --- a/includes/account.php +++ b/includes/account.php @@ -1583,8 +1583,8 @@ $csrsubject .= "/stateOrProvinceName=".$org['ST']; if($org['C']) $csrsubject .= "/countryName=".$org['C']; - if($org['contact']) - $csrsubject .= "/emailAddress=".trim($org['contact']); + //if($org['contact']) + // $csrsubject .= "/emailAddress=".trim($org['contact']); if(is_array($_SESSION['_config']['rows'])) foreach($_SESSION['_config']['rows'] as $row)