summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2013-02-06 06:45:14 -0800
committerJim P <jim@pingle.org>2013-02-06 06:45:14 -0800
commit27daf27e71fd21c6db0df5a9f6c04047bfaa5d19 (patch)
tree10d7ffe3a707905b4d3d8c06fe631145a3f5cea7 /etc
parent72b4a1e87ae1db3ba10330551acbfbe829e338b8 (diff)
parentbb9ccd636ee9331064319d202f80409280a22934 (diff)
downloadpfsense-27daf27e71fd21c6db0df5a9f6c04047bfaa5d19.zip
pfsense-27daf27e71fd21c6db0df5a9f6c04047bfaa5d19.tar.gz
Merge pull request #386 from bcyrill/patch-12
Update etc/inc/dyndns.class
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/dyndns.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index 3710efa..58c0db2 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -1090,7 +1090,7 @@
if (!$g['debug'])
return;
- $string = '\n'.date('m-d-y h:i:s').' - ('.$this->_debugID.') - ['.$this->_dnsService.'] - '.$data.'\n';
+ $string = date('m-d-y h:i:s').' - ('.$this->_debugID.') - ['.$this->_dnsService.'] - '.$data."\n";
conf_mount_rw();
$file = fopen($this->_debugFile, 'a');
fwrite($file, $string);
OpenPOWER on IntegriCloud