diff options
author | Michael Tänzer <neo@nhng.de> | 2014-12-05 01:26:02 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2014-12-05 01:26:02 +0100 |
commit | 5596d4a37845019c6053c184a94689101a7d48a8 (patch) | |
tree | bbc315fd77ac97821e6f51703476639810185789 /pages/account/19.php | |
parent | 9e373f974a28e3573a419a069bfeb8ce2503f69d (diff) | |
parent | 7c3691bce3bfbd46e8e18bd23f0aa566f685c5fe (diff) | |
download | cacert-devel-5596d4a37845019c6053c184a94689101a7d48a8.tar.gz cacert-devel-5596d4a37845019c6053c184a94689101a7d48a8.tar.xz cacert-devel-5596d4a37845019c6053c184a94689101a7d48a8.zip |
Merge remote-tracking branch 'origin/bug-790' into release
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!")); ?> |