diff options
Diffstat (limited to 'includes/account.php')
-rw-r--r-- | includes/account.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/account.php b/includes/account.php index be9f45b..8ba6af0 100644 --- a/includes/account.php +++ b/includes/account.php @@ -1552,12 +1552,12 @@ $query = "insert into `orgemailcerts` set `CN`='$defaultemail', + `ou`='".$_SESSION['_config']['OU']."', `keytype`='NS', `orgid`='".$org['orgid']."', `created`=FROM_UNIXTIME(UNIX_TIMESTAMP()), `codesign`='".$_SESSION['_config']['codesign']."', `rootcert`='".$_SESSION['_config']['rootcert']."', - `ou`='".$_SESSION['_config']['OU']."', `description`='".$_SESSION['_config']['description']."'"; mysql_query($query); $emailid = mysql_insert_id(); @@ -1643,6 +1643,7 @@ $query = "insert into `orgemailcerts` set `CN`='$defaultemail', + `ou`='".$_SESSION['_config']['OU']."', `keytype`='" . sanitizeHTML($_REQUEST['keytype']) . "', `orgid`='".$org['orgid']."', `created`=FROM_UNIXTIME(UNIX_TIMESTAMP()), |