mirror of
https://github.com/itflow-org/itflow
synced 2026-08-03 06:07:17 +00:00
Replace Function getSSL() with getSslCertificate()
This commit is contained in:
@@ -25,7 +25,7 @@ if (isset($_GET['certificate_fetch_parse_json_details'])) {
|
||||
$name = $_GET['domain'];
|
||||
|
||||
// Get SSL cert for domain (if exists)
|
||||
$certificate = getSSL($name);
|
||||
$certificate = getSslCertificate($name);
|
||||
|
||||
if ($certificate['success'] == "TRUE") {
|
||||
$response['success'] = "TRUE";
|
||||
|
||||
Reference in New Issue
Block a user