summaryrefslogtreecommitdiff
path: root/ddns.php
diff options
context:
space:
mode:
Diffstat (limited to 'ddns.php')
-rw-r--r--ddns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddns.php b/ddns.php
index 35d36f0..90bb760 100644
--- a/ddns.php
+++ b/ddns.php
@@ -122,4 +122,4 @@
file_put_contents('/srv/http/vhosts/eckner.net/ddns/log', $logContent, FILE_APPEND | LOCK_EX);
- print "ok\n";
+ print "updated ips: " . implode($ips,", ") . "\n";