dns/dyndns: IPv6 too

This commit is contained in:
Franco Fichtner
2019-02-04 07:28:03 +01:00
parent deb6f4a3a7
commit 6d8b729d1c
@@ -73,7 +73,7 @@ if (!empty($_REQUEST['getdyndnsstatus'])) {
$cached_ipv6 = $cached_ipv6_s[0];
echo sprintf(
'<span class="%s">%s</span>',
$ipv6addr != $cached_ipv6 ? 'text-warning' : 'text-success',
$ipv6addr != $cached_ipv6 ? 'text-danger' : '',
htmlspecialchars($cached_ipv6)
);
} else {