mirror of
https://github.com/itflow-org/itflow
synced 2026-07-25 09:47:15 +00:00
Replace Function getSSL() with getSslCertificate()
This commit is contained in:
@@ -72,7 +72,7 @@ function getDnsRecords($name)
|
||||
|
||||
// Used to automatically attempt to get SSL certificates as part of adding domains
|
||||
// The logic for the fetch (sync) button on the client_certificates page is in ajax.php, and allows ports other than 443
|
||||
function getSSL($full_name)
|
||||
function getSslCertificate($full_name)
|
||||
{
|
||||
|
||||
// Parse host and port
|
||||
|
||||
Reference in New Issue
Block a user