diff --git a/v3/logo/add/index.php b/v3/logo/add/index.php new file mode 100644 index 0000000..748f3ab --- /dev/null +++ b/v3/logo/add/index.php @@ -0,0 +1,35 @@ + array( + 'header' => "Content-type: application/json\r\n", + 'method' => 'POST', + 'content' => $data + ) +); + +$context = stream_context_create($options); + +$result = file_get_contents($url, false, $context); +if ($result === FALSE) { + echo $result; +} \ No newline at end of file