diff options
Diffstat (limited to 'functions/crl.php')
-rw-r--r-- | functions/crl.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functions/crl.php b/functions/crl.php index 9c062c5..34cc794 100644 --- a/functions/crl.php +++ b/functions/crl.php @@ -130,7 +130,6 @@ function crl_verify_json($raw_cert_data) { curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); if(curl_exec($ch) === false) { $result[$crl_no]["error"] = 'Curl error: ' . htmlspecialchars(curl_error($ch)); - return $result; } curl_close($ch); if(stat("/tmp/" . $random_blurp . "." . escapeshellcmd($key) . ".crl")['size'] < 10 ) { |