diff --git a/src/www/crash_reporter.php b/src/www/crash_reporter.php index 02585e7dd..77b046ba0 100644 --- a/src/www/crash_reporter.php +++ b/src/www/crash_reporter.php @@ -42,7 +42,7 @@ function upload_crash_report($files) $counter = 0; foreach($files as $filename) { - $post["file{$counter}"] = curl_file_create($filename, "plain/text", basename($filename)); + $post["file{$counter}"] = curl_file_create($filename, "application/x-gzip", basename($filename)); $counter++; }