Skip to content

Commit

Permalink
v0/logo look
Browse files Browse the repository at this point in the history
  • Loading branch information
ale23yfm committed Jul 6, 2024
1 parent 358688e commit f7b28c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions v0/logo/add/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
if ($result === FALSE) {
echo $result;
}

0 comments on commit f7b28c5

Please sign in to comment.