diff options
-rw-r--r-- | functions/crl.php | 1 | ||||
-rw-r--r-- | inc/index.html | 0 |
2 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 ) { diff --git a/inc/index.html b/inc/index.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/inc/index.html |