Skip to content

Commit

Permalink
removed hint to filename
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMundhenk committed Feb 25, 2024
1 parent 37558fc commit 57c5989
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! Path: $filepath");
die("Error: File does not exist!");
}
} else {
http_response_code(400);
Expand Down

0 comments on commit 57c5989

Please sign in to comment.