Update common.php

This commit is contained in:
qkqpttgf 2020-03-05 13:50:21 +08:00 committed by GitHub
parent 0a3eb7f459
commit 70671b188a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -624,6 +624,7 @@ function main($path)
$header = [];
if (isset($_SERVER['HTTP_RANGE'])) $header = [ 'Range' => $_SERVER['HTTP_RANGE'] ];
else $header = [ 'Range' => 'Range: bytes=0-102399' ];//1048575
error_log('SERVER:'.json_encode($_SERVER,JSON_PRETTY_PRINT));
error_log('Header2MS:'.json_encode($header,JSON_PRETTY_PRINT));
$response = curl_request( $files['@microsoft.graph.downloadUrl'], '', $header );
foreach (explode("\r\n", $response['header']) as $h) {