pridany skript pre kontrolu zlyhania merani
This commit is contained in:
@ -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, [
|
||||
|
||||
Reference in New Issue
Block a user