summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-17 22:27:00 +0100
committerErich Eckner <git@eckner.net>2020-01-17 22:27:00 +0100
commitbc13e32890fc4865b4ebf145ad03e33586407e8a (patch)
treedc1ee538b16512d5828b97e3b1e5cb2e21ad3f06
parent7670696d5e04e1dbeaa1bc361f8da98897152f06 (diff)
downloadddns-bc13e32890fc4865b4ebf145ad03e33586407e8a.tar.xz
ddns.php: print "ok" on success
-rw-r--r--ddns.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/ddns.php b/ddns.php
index 0ba72c9..35d36f0 100644
--- a/ddns.php
+++ b/ddns.php
@@ -121,3 +121,5 @@
pclose($pin);
file_put_contents('/srv/http/vhosts/eckner.net/ddns/log', $logContent, FILE_APPEND | LOCK_EX);
+
+ print "ok\n";