From b308bc106ce3ac886f5c96a7b6acc932f0d08a67 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sun, 30 Nov 2025 21:57:51 +0100 Subject: [PATCH] sadasd --- api/index.php | 16 +++++++++++----- api/router/router.v1.php | 15 ++++++++------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/api/index.php b/api/index.php index 128c074..a84534f 100644 --- a/api/index.php +++ b/api/index.php @@ -1,10 +1,10 @@ false, @@ -83,7 +85,6 @@ function router_v1_dispatch(array $segments, string $apibasedir): void ]; } - // HTTP-Status aus Ergebnis ableiten (optional) if (isset($result['ok']) && $result['ok'] === false) { if (!http_response_code()) { http_response_code(400);