pridany skript pre kontrolu zlyhania merani

This commit is contained in:
2026-06-24 11:26:13 +02:00
parent bcf0baf71c
commit 62e78cac45
4 changed files with 85 additions and 1 deletions

View File

@ -125,7 +125,7 @@ if (!is_dir($dataDir)) {
}
}
$filename = $dataDir . DIRECTORY_SEPARATOR . date('Y') . '.jsonl';
$filename = DATA_JSONL_FILEPATH;
$json = json_encode($record);
if ($json === false) {
respondJson(500, [