From 4b8e40b20e61bed84cba3c81d8eb3e8353454a94 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 28 Feb 2014 12:36:55 +0000 Subject: [PATCH] File setup as a placeholder and hardcoded $result This roughly describes what needs to be done here I think re using what's in the querystring, what needs updating (the JS MDT array) and what should be set at the end ($result). You can change $result to off, error, ok or bugs to see the icon change accordingly --- lib/bug-files-check.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 lib/bug-files-check.php diff --git a/lib/bug-files-check.php b/lib/bug-files-check.php new file mode 100644 index 0000000..a4c4e88 --- /dev/null +++ b/lib/bug-files-check.php @@ -0,0 +1,35 @@ + $result); + +// Include our process once our bug checking work is done +include("../processes/on-bug-check.php"); + +// Finally, display our status in JSON format as the XHR response text +echo json_encode($status); + +?> \ No newline at end of file