Update xml_cdr.php (#6749)
This commit is contained in:
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") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue