- direct download link

This commit is contained in:
Čarodej
2022-03-25 18:20:27 +01:00
parent 43f2a43d6c
commit 62c6331845
9 changed files with 172 additions and 17 deletions

View File

@@ -686,7 +686,7 @@ if (! function_exists('mapTrafficRecords')) {
$record->upload = 0;
$record->download = 0;
$record->created_at = $day;
$record->date = $day;
$records->add($record);
}