diff --git a/v0/logo/delete/index.php b/v0/logo/delete/index.php index 7ab362c..9db1e0c 100644 --- a/v0/logo/delete/index.php +++ b/v0/logo/delete/index.php @@ -1,5 +1,6 @@ $data ) ); -$context = stream_context_create($options); -$url = 'http://' . $server . $core . $command . $qs; +$context = stream_context_create($options); $result = file_get_contents($url, false, $context); -if ($result === FALSE) { echo $result; } + +if ($result === FALSE) { + echo $result; +} ?> \ No newline at end of file