diff --git a/v0/logo/add/index.php b/v0/logo/add/index.php index 8cb63d0..775fafb 100644 --- a/v0/logo/add/index.php +++ b/v0/logo/add/index.php @@ -1,5 +1,6 @@ $data ) ); + $context = stream_context_create($options); +$result = file_get_contents($url, false, $context); - $result = file_get_contents($url, false, $context); - if ($result === FALSE) { - echo $result; - } +if ($result === FALSE) { + echo $result; +} \ No newline at end of file