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
@@ -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") {