@@ -18,7 +18,7 @@ |
||
18 | 18 | $opts = array('http' => array('method'=>'HEAD', |
19 | 19 | 'user_agent' => 'Skosmos', |
20 | 20 | 'timeout' => $timeout)); |
21 | - $context = stream_context_create($opts); |
|
21 | + $context = stream_context_create($opts); |
|
22 | 22 | $fd = fopen($this->uri, 'rb', false, $context); |
23 | 23 | $headers = stream_get_meta_data($fd)['wrapper_data']; |
24 | 24 | foreach ($headers as $header) { |