Update for new CommModule
This commit is contained in:
parent
bbe45b05fe
commit
226a9961e5
1 changed files with 1 additions and 2 deletions
|
@ -156,8 +156,7 @@
|
||||||
|
|
||||||
mysql_query("update `gpg` set `csr`='../csr/gpg-$id.csr' where `id`='$id'");
|
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"));
|
showheader(_("Welcome to CAcert.org"));
|
||||||
$query = "select * from `gpg` where `id`='$id' and `crt`!=''";
|
$query = "select * from `gpg` where `id`='$id' and `crt`!=''";
|
||||||
$res = mysql_query($query);
|
$res = mysql_query($query);
|
||||||
|
|
Loading…
Reference in a new issue