Update scf.php

This commit is contained in:
qkqpttgf 2020-03-04 17:35:15 +08:00 committed by GitHub
parent ce621044f6
commit f6f0c08d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function GetGlobalVariable($event)
$pos = strpos($cookievalues,"=");
$_COOKIE[urldecode(substr($cookievalues,0,$pos))]=urldecode(substr($cookievalues,$pos+1));
}
$_SERVER['headers'] = $event['headers'];
$_SERVER['HTTP_RANGE'] = $event['headers']['range'];
$_SERVER['USER'] = 'qcloud';
}