@@ -236,8 +236,7 @@ |
||
236 | 236 | |
237 | 237 | if (defined('TRUSTED_PROXY')) { |
238 | 238 | $headers = (defined('SS_TRUSTED_PROXY_IP_HEADER')) ? |
239 | - [SS_TRUSTED_PROXY_IP_HEADER] : |
|
240 | - null; |
|
239 | + [SS_TRUSTED_PROXY_IP_HEADER] : null; |
|
241 | 240 | |
242 | 241 | if (!$headers) { |
243 | 242 | // Backwards compatible defaults |