From 3f65bc59936d204be95290e3fd882f97913cabb1 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sat, 26 Feb 2022 11:18:33 +0000 Subject: [PATCH] Text --- ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax.php b/ajax.php index c4dbfa57..07a56ad8 100644 --- a/ajax.php +++ b/ajax.php @@ -11,7 +11,7 @@ include("functions.php"); include("check_login.php"); /* - * Fetches SSL certificates from remote hosts & returns the relevant info (host, issuer, expiry) + * Fetches SSL certificates from remote hosts & returns the relevant info (issuer, expiry, public key) */ if(isset($_GET['certificate_fetch_parse_json_details'])){ // PHP doesn't appreciate attempting SSL sockets to non-existent domains