We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240f69d commit 497136bCopy full SHA for 497136b
install/lib/installer_base.lib.php
@@ -2407,7 +2407,7 @@ public function make_ispconfig_ssl_cert() {
2407
// Check dns a record exist and its ip equal to server public ip
2408
$svr_ip = file_get_contents('http://dynamicdns.park-your-domain.com/getip');
2409
if (checkdnsrr(idn_to_ascii($hostname), 'A')) {
2410
- $dns_A=dns_get_record($hostname, DNS_A); $dns_ip=$dns_A[0][ip];
+ $dns_A=dns_get_record($hostname, DNS_A); $dns_ip=$dns_A[0][ip];
2411
}
2412
2413
// Check if LE SSL folder for the hostname existed
0 commit comments