Update xml_cdr.php (#6749)

This commit is contained in:
Alex 2023-06-08 16:57:06 -06:00 committed by GitHub
parent 475cf4d253
commit 66e14c586c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1383,7 +1383,6 @@ if (!class_exists('xml_cdr')) {
header("Content-Length: ".filesize($record_file));
}
ob_clean();
fpassthru($fd);
//content-range
if (isset($_SERVER['HTTP_RANGE']) && $_GET['t'] != "bin") {