From e21966ee6f56d6379ebfb59270ee9b81706f8efa Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Mon, 24 Nov 2025 02:33:56 +0100 Subject: [PATCH] asas --- api/index.php | 3 +++ api/result/browser-quick-test.php | 2 ++ api/target/.htaccess | 2 ++ api/target/quickcheck.php | 2 ++ 4 files changed, 9 insertions(+) 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, ]; } + +