diff --git a/includes/account.php b/includes/account.php index 88fede5..ac39905 100644 --- a/includes/account.php +++ b/includes/account.php @@ -770,7 +770,9 @@ //`csr_name`='".$row['csr_name']."', // RACE CONDITION "`created`='".$row['created']."', `modified`=NOW(), - `rootcert`='".$row['rootcert']."'"; + `rootcert`='".$row['rootcert']."', + `type`='".$row['type']."', + `pkhash`='".$row['pkhash']."'"; mysql_query($query); $newid = mysql_insert_id(); $newfile = $_SESSION['_config']['filepath']."/csr/server-$newid.csr";