This commit is contained in:
2025-11-24 02:33:56 +01:00
parent 347d775f15
commit e21966ee6f
4 changed files with 9 additions and 0 deletions

View File

@@ -38,3 +38,6 @@ switch ($path) {
], JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE); ], JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE);
break; break;
} }

View File

@@ -52,3 +52,5 @@ echo json_encode([
'status' => 'ok', 'status' => 'ok',
'id' => $id, 'id' => $id,
]); ]);

View File

@@ -7,3 +7,5 @@
Order allow,deny Order allow,deny
Deny from all Deny from all
</IfModule> </IfModule>

View File

@@ -312,3 +312,5 @@ function quickcheck_evaluate_consistency(?string $vendorName, string $userManufa
'consistency_hint' => $ratingHint, 'consistency_hint' => $ratingHint,
]; ];
} }