Skip to content

Commit 2c08b06

Browse files
committed
Update installer_base.lib.php
1 parent e4fe8d9 commit 2c08b06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/lib/installer_base.lib.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2409,9 +2409,9 @@ public function make_ispconfig_ssl_cert() {
24092409
if (checkdnsrr(idn_to_ascii($hostname, IDNA_NONTRANSITIONAL_TO_ASCII, INTL_IDNA_VARIANT_UTS46), 'A')) {
24102410
$dnsa=dns_get_record($hostname, DNS_A);
24112411
$dns_ips = array();
2412-
foreach ($dnsa as $rec) {
2413-
$dns_ips[] = $rec['ip'];
2414-
}
2412+
foreach ($dnsa as $rec) {
2413+
$dns_ips[] = $rec['ip'];
2414+
}
24152415
}
24162416

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

0 commit comments

Comments
 (0)