From 358688e78473ce62d27eb7b01abe283873ad671b Mon Sep 17 00:00:00 2001 From: ale23yfm Date: Sat, 6 Jul 2024 19:08:48 +0300 Subject: [PATCH 1/2] v0/logo look --- v0/logo/add/index.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/v0/logo/add/index.php b/v0/logo/add/index.php index 8cb63d0..447c51b 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); if ($result === FALSE) { echo $result; - } + } \ No newline at end of file From f7b28c554264e135674e99b440b97e7bfa8e54b9 Mon Sep 17 00:00:00 2001 From: ale23yfm Date: Sat, 6 Jul 2024 19:09:29 +0300 Subject: [PATCH 2/2] v0/logo look --- v0/logo/add/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v0/logo/add/index.php b/v0/logo/add/index.php index 447c51b..775fafb 100644 --- a/v0/logo/add/index.php +++ b/v0/logo/add/index.php @@ -54,8 +54,8 @@ ); $context = stream_context_create($options); +$result = file_get_contents($url, false, $context); - $result = file_get_contents($url, false, $context); - if ($result === FALSE) { - echo $result; - } \ No newline at end of file +if ($result === FALSE) { + echo $result; +} \ No newline at end of file