Skip to content

Commit 828681c

Browse files
committed
Whitespace
1 parent 6fea74d commit 828681c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proxy.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* @param zlib
77
*/
88

9+
10+
911
// Get normalized headers and such
1012
$headers = array_change_key_case(getallheaders());
1113
$method = $_SERVER['REQUEST_METHOD'] ?? 'GET';
@@ -64,7 +66,7 @@
6466
CURLOPT_HTTPHEADER => $headers,
6567
CURLOPT_HEADER => true,
6668
]
67-
+ ($curl_opts??[]) +
69+
+ ($curl_opts ?? []) +
6870
[
6971
CURLOPT_FOLLOWLOCATION => true,
7072
CURLOPT_MAXREDIRS => $maxredirs,

0 commit comments

Comments
 (0)