diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/dyndns.class | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class index de84e52..db015cc 100644 --- a/etc/inc/dyndns.class +++ b/etc/inc/dyndns.class @@ -448,6 +448,7 @@ if($successful_update == true) { /* Write WAN IP to cache file */ + log_error("phpDynDNS: updating cache file {$this->_cacheFile}: {$wan_ip}"); conf_mount_rw(); $file = fopen($this->_cacheFile, 'w'); fwrite($file, $wan_ip.':'.$currentTime); |