Skip to content

Commit

Permalink
Merge pull request #1008 from cakephp/dereuromark-patch-1
Browse files Browse the repository at this point in the history
Remove not needed cloaking check
  • Loading branch information
markstory authored Jul 25, 2024
2 parents 9a7f511 + d260a48 commit ca45a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
}

$httpHost = env('HTTP_HOST');
if (isset($httpHost)) {
if ($httpHost) {
$fullBaseUrl = 'http' . $s . '://' . $httpHost;
}
unset($httpHost, $s);
Expand Down

0 comments on commit ca45a28

Please sign in to comment.