mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
system: cleanup for #2007
This commit is contained in:
parent
55c989971c
commit
502db3ab8d
@ -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'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user