Skip to content

Commit 497136b

Browse files
committed
Update installer_base.lib.php
1 parent 240f69d commit 497136b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@ public function make_ispconfig_ssl_cert() {
24072407
// Check dns a record exist and its ip equal to server public ip
24082408
$svr_ip = file_get_contents('http://dynamicdns.park-your-domain.com/getip');
24092409
if (checkdnsrr(idn_to_ascii($hostname), 'A')) {
2410-
$dns_A=dns_get_record($hostname, DNS_A); $dns_ip=$dns_A[0][ip];
2410+
$dns_A=dns_get_record($hostname, DNS_A); $dns_ip=$dns_A[0][ip];
24112411
}
24122412

24132413
// Check if LE SSL folder for the hostname existed

0 commit comments

Comments
 (0)