Fixed a remaining generatecertpath issue

pull/1/head
Philipp Dunkel 15 years ago
parent e0cf962275
commit c5e2688841

@ -479,7 +479,7 @@ function verifyEmail($email)
echo _("If this is a re-occuring problem, please send a copy of the key you are trying to signed to support@cacert.org. Thank you.");
} else {
echo "<pre>";
readfile("../crt/gpg-$id.crt");
readfile(generatecertpath("crt","gpg",$id));
echo "</pre>";
}

Loading…
Cancel
Save