Skip to content

Commit ac75472

Browse files
committed
Download file name #10837
1 parent 8aa588b commit ac75472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/Application/Handler/DownloadFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class DownloadFile extends AbstractHandler
1515

1616
public function handle(ServerRequestInterface $request): ResponseInterface
1717
{
18-
$path = 'data/download-file-counter/file.pdf';
18+
$path = 'data/download-file-counter/alternative_groceries_report_nov_2024.pdf';
1919
$cookie_name = 'artisans_pdf_download_2';
2020

2121
// Increment counter if no cookie = first visit

0 commit comments

Comments
 (0)