Skip to content

Commit

Permalink
debugging download
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMundhenk committed Feb 25, 2024
1 parent 5e31128 commit 9198ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/api/download.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
readfile($filepath);
} else {
http_response_code(404);
die("Error: File does not exist!");
die("Error: File does not exist! Path: $filepath");
}
} else {
http_response_code(400);
Expand Down

0 comments on commit 9198ff3

Please sign in to comment.