From c5e26888413a70457594bd9ad055f020cda14c15 Mon Sep 17 00:00:00 2001 From: Philipp Dunkel Date: Thu, 15 Oct 2009 21:52:27 +0000 Subject: [PATCH] Fixed a remaining generatecertpath issue --- www/gpg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/gpg.php b/www/gpg.php index 26998d8..38e5426 100644 --- a/www/gpg.php +++ b/www/gpg.php @@ -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 "
";
-			readfile("../crt/gpg-$id.crt");
+			readfile(generatecertpath("crt","gpg",$id));
 			echo "
"; }