diff --git a/files/api/download.php b/files/api/download.php index b25ceab..da3b390 100644 --- a/files/api/download.php +++ b/files/api/download.php @@ -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);