Skip to content

Commit 9a05e60

Browse files
committed
😳 Fixed stupid mistake...
1 parent 8cba930 commit 9a05e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
CURLOPT_URL => $url,
4343
CURLOPT_HTTPHEADER => $headers,
4444
CURLOPT_HEADER => true,
45-
] + $opts + [
45+
] + ($opts??[]) + [
4646
CURLOPT_FOLLOWLOCATION => true,
4747
CURLOPT_MAXREDIRS => $maxredirs,
4848
]);

0 commit comments

Comments
 (0)