From 2f75f7ec4ffed3965ca48ee0b466ae0f381acd76 Mon Sep 17 00:00:00 2001 From: gjr80 Date: Sun, 6 Nov 2022 13:55:39 +1000 Subject: [PATCH] typo --- assets/post_gauge-data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/post_gauge-data.php b/assets/post_gauge-data.php index 5206033..3b043d4 100644 --- a/assets/post_gauge-data.php +++ b/assets/post_gauge-data.php @@ -99,7 +99,7 @@ function isValidJSON($str) { header('HTTP/1.0 405 Method Not Allowed'); exit('

405 Method Not Allowed

'); } -// oops.. malformed POST request.. let'em know with a 400 response code +// oops.. malformed POST request.. let them know with a 400 response code header('HTTP/1.0 400 Bad Request'); exit('

400 Bad Request

'); ?>