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 6a2749c..6b488f3 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 $cert; + showfooter(); } else { showheader(_("My CAcert.org Account!")); ?> |