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