diff options
Diffstat (limited to 'functions/json.php')
-rw-r--r-- | functions/json.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/json.php b/functions/json.php index 26058a6..8e6dc97 100644 --- a/functions/json.php +++ b/functions/json.php @@ -45,9 +45,9 @@ function check_json($host,$port) { $chain_key = (string)$key+1; if ($key == 0) { $data["connection"] = ssl_conn_metadata_json($host, $port, $read_stream, $chain_data); - $data["chain"][$chain_key] = cert_parse_json($curr, $next, $host, true); + //$data["chain"][$chain_key] = cert_parse_json($curr, $next, $host, true); } else { - $data["chain"][$chain_key] = cert_parse_json($curr, $next, null, false); + //$data["chain"][$chain_key] = cert_parse_json($curr, $next, null, false); } } } else { |