system: cleanup for #2007

This commit is contained in:
Franco Fichtner 2017-12-27 11:24:56 +01:00
parent 55c989971c
commit 502db3ab8d

View File

@ -55,16 +55,14 @@ function cert_unrevoke($cert, &$crl)
return false;
}
// openssl_crl_status messages from certs.inc
global $openssl_crl_status;
// prepare config types
$a_crl = &config_read_array('crl');
$a_cert = &config_read_array('cert');
$a_ca = &config_read_array('ca');
$thiscrl = false;
$act=null;
$act = null;
if ($_SERVER['REQUEST_METHOD'] === 'GET') {
// locate cert by refid, returns false when not found
if (isset($_GET['id'])) {