mirror of
https://github.com/itflow-org/itflow
synced 2026-07-27 02:37:15 +00:00
Replace Function getSSL() with getSslCertificate()
This commit is contained in:
@@ -209,7 +209,7 @@ if (isset($_POST['add_client'])) {
|
||||
}
|
||||
|
||||
$domain_id = mysqli_insert_id($mysqli);
|
||||
$certificate = getSSL($website);
|
||||
$certificate = getSslCertificate($website);
|
||||
|
||||
if ($certificate['success'] == "TRUE") {
|
||||
$expire = cleanInput($certificate['expire']);
|
||||
|
||||
Reference in New Issue
Block a user