diff --git a/api/index.php b/api/index.php index 863a8fb..555f546 100644 --- a/api/index.php +++ b/api/index.php @@ -38,3 +38,6 @@ switch ($path) { ], JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE); break; } + + + diff --git a/api/result/browser-quick-test.php b/api/result/browser-quick-test.php index 4ae8ec3..c49b3bb 100644 --- a/api/result/browser-quick-test.php +++ b/api/result/browser-quick-test.php @@ -52,3 +52,5 @@ echo json_encode([ 'status' => 'ok', 'id' => $id, ]); + + diff --git a/api/target/.htaccess b/api/target/.htaccess index d364e60..17eeed7 100644 --- a/api/target/.htaccess +++ b/api/target/.htaccess @@ -7,3 +7,5 @@ Order allow,deny Deny from all + + diff --git a/api/target/quickcheck.php b/api/target/quickcheck.php index 323ca93..2e95f0f 100644 --- a/api/target/quickcheck.php +++ b/api/target/quickcheck.php @@ -312,3 +312,5 @@ function quickcheck_evaluate_consistency(?string $vendorName, string $userManufa 'consistency_hint' => $ratingHint, ]; } + +