Fixed a remaining generatecertpath issue

This commit is contained in:
Philipp Dunkel 2009-10-15 21:52:27 +00:00
parent e0cf962275
commit c5e2688841

View file

@ -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."); 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 { } else {
echo "<pre>"; echo "<pre>";
readfile("../crt/gpg-$id.crt"); readfile(generatecertpath("crt","gpg",$id));
echo "</pre>"; echo "</pre>";
} }