From 15bcfb137f9ad243bbec40b1445e32ec0d19cc3e Mon Sep 17 00:00:00 2001 From: Tobias Hintze Date: Tue, 6 Aug 2013 10:47:00 +0200 Subject: [PATCH] cosmetics --- ajax/otpoll.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax/otpoll.php b/ajax/otpoll.php index cd6eaa8b..b08db50b 100644 --- a/ajax/otpoll.php +++ b/ajax/otpoll.php @@ -90,7 +90,7 @@ switch ($command){ default: header('HTTP/1.1 400: BAD REQUEST'); print(""); - print("bad request: [$command]"); + print("{err:'bad request: [$postbody]'}"); print(""); exit(); }