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 28eefb0..9b359f4 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -131,7 +131,7 @@ include("head.inc");
$filename = "{$g['conf_path']}/dyndns_{$if}{$dyndns['type']}" . escapeshellarg($dyndns['host']) . ".cache";
$ipaddr = dyndnsCheckIP($if);
if(file_exists($filename)) {
- $cached_ip_s = split(":", file_get_contents($filename));
+ $cached_ip_s = explode(":", file_get_contents($filename));
$cached_ip = $cached_ip_s[0];
if($ipaddr <> $cached_ip)
echo "<font color='red'>";
OpenPOWER on IntegriCloud