summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_dyndns.php')
-rwxr-xr-xusr/local/www/services_dyndns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php
index 0cb7419..6705406 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -152,7 +152,7 @@ include("head.inc");
echo "</font>";
} else if (file_exists($filename_v6)) {
$ipv6addr = get_interface_ipv6($dyndns['interface']);
- $cached_ipv6_s = explode("@", file_get_contents($filename_v6));
+ $cached_ipv6_s = explode("|", file_get_contents($filename_v6));
$cached_ipv6 = $cached_ipv6_s[0];
if ($ipv6addr <> $cached_ipv6)
echo "<font color='red'>";
OpenPOWER on IntegriCloud