diff options
Diffstat (limited to 'pages/account/19.php')
-rw-r--r-- | pages/account/19.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/account/19.php b/pages/account/19.php index 959111f..d7259f3 100644 --- a/pages/account/19.php +++ b/pages/account/19.php @@ -52,6 +52,10 @@ showfooter(); exit; } + } else if($row['keytype'] == "VI"){ + showheader(_("My CAcert.org Account!")); + echo "<pre>".$cert."</pre>"; + showfooter(); } else { showheader(_("My CAcert.org Account!")); ?> |