fix: uploadfile

This commit is contained in:
qkqpttgf
2020-08-16 20:15:52 +08:00
committed by GitHub
parent 02745e7742
commit 91c6583d70
+1 -1
View File
@@ -41,7 +41,7 @@ function GetPathSetting($event, $context)
$_SERVER['is_guestup_path'] = is_guestup_path($path);
$_SERVER['PHP_SELF'] = path_format($_SERVER['base_path'] . $path);
$_SERVER['REMOTE_ADDR'] = $event['requestContext']['sourceIp'];
$_SERVER['HTTP_X_REQUESTED_WITH'] = $event['headers']['x-requested-with'];
$_SERVER['HTTP_X_REQUESTED_WITH'] = $event['headers']['X-Requested-With'];
return $path;
}