diff options
author | Erich Eckner <git@eckner.net> | 2020-01-17 22:27:00 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-17 22:27:00 +0100 |
commit | bc13e32890fc4865b4ebf145ad03e33586407e8a (patch) | |
tree | dc1ee538b16512d5828b97e3b1e5cb2e21ad3f06 | |
parent | 7670696d5e04e1dbeaa1bc361f8da98897152f06 (diff) | |
download | ddns-bc13e32890fc4865b4ebf145ad03e33586407e8a.tar.xz |
ddns.php: print "ok" on success
-rw-r--r-- | ddns.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -121,3 +121,5 @@ pclose($pin); file_put_contents('/srv/http/vhosts/eckner.net/ddns/log', $logContent, FILE_APPEND | LOCK_EX); + + print "ok\n"; |