mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-06 14:41:14 +02:00
Update favicon.blade.php
@MagicLike
This commit is contained in:
parent
adc53dfcaf
commit
d058eb429e
@ -2425,7 +2425,7 @@ foreach($dom->find('link') as $e)
|
||||
if (strtolower(trim($e->rel)) == 'icon') {
|
||||
$favicon = $e->href;
|
||||
if (strpos($favicon, 'http://') === false && strpos($favicon, 'https://') === false) {
|
||||
$favicon = "https://".parse_url($url, PHP_URL_HOST).$e->href;
|
||||
$favicon = "https://".parse_url($url, PHP_URL_HOST)."/".$e->href;
|
||||
}
|
||||
}}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user