@@ -133,7 +133,7 @@ |
||
| 133 | 133 | if (function_exists('apache_request_headers')) { |
| 134 | 134 | $headers = apache_request_headers(); |
| 135 | 135 | } else { |
| 136 | - $headers = array_filter($_SERVER, function ($key) { |
|
| 136 | + $headers = array_filter($_SERVER, function($key) { |
|
| 137 | 137 | return strpos($key, 'HTTP_') === 0; |
| 138 | 138 | }, ARRAY_FILTER_USE_KEY); |
| 139 | 139 | } |