done #3

Merged
PBS2H21ASH merged 19 commits from done into don 2023-01-24 20:11:21 +01:00
Showing only changes of commit 83019b999c - Show all commits

View File

@ -31,6 +31,7 @@ class Response
http_response_code($status); http_response_code($status);
} }
header('Content-Type: application/json; charset=utf-8'); header('Content-Type: application/json; charset=utf-8');
$data["status"] = http_response_code();
echo json_encode($data); echo json_encode($data);
} }