diff --git a/www/gpg.php b/www/gpg.php index 3c676fd..0131531 100644 --- a/www/gpg.php +++ b/www/gpg.php @@ -156,8 +156,7 @@ mysql_query("update `gpg` set `csr`='../csr/gpg-$id.csr' where `id`='$id'"); - $do = `../scripts/rungpg 2>&1`; - + waitForResult('gpg', $id); showheader(_("Welcome to CAcert.org")); $query = "select * from `gpg` where `id`='$id' and `crt`!=''"; $res = mysql_query($query);