diff options
-rw-r--r-- | includes/keygen.php | 2 | ||||
-rw-r--r-- | pages/account/19.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/keygen.php b/includes/keygen.php index 0a6578d..72cddc8 100644 --- a/includes/keygen.php +++ b/includes/keygen.php @@ -121,7 +121,7 @@ if (array_key_exists('HTTP_USER_AGENT',$_SERVER) && strstr($_SERVER['HTTP_USER_A <input type="hidden" name="keytype" value="NS"> <?=_("Keysize:")?> <keygen name="SPKAC" challenge="<? $_SESSION['spkac_hash']=make_hash(); echo $_SESSION['spkac_hash']; ?>"> - <input type="submit" name="submit" value="<?=_("Generate SPKAC")?>"> + <input type="submit" name="submit" value="<?=_("Generate keypair within browser")?>"> <input type="hidden" name="oldid" value="<?=intval($id)?>"> </form> </p> diff --git a/pages/account/19.php b/pages/account/19.php index 6b488f3..1a80418 100644 --- a/pages/account/19.php +++ b/pages/account/19.php @@ -54,7 +54,7 @@ } } else if($row['keytype'] == "VI"){ showheader(_("My CAcert.org Account!")); - echo $cert; + echo "<pre>".$cert."</pre>"; showfooter(); } else { showheader(_("My CAcert.org Account!")); |