mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-01 11:56:44 +01:00
Update favicon.blade.php
This commit is contained in:
parent
c08dcea0ad
commit
adb0708da3
@ -2440,7 +2440,7 @@ $extension = pathinfo($header, PATHINFO_EXTENSION);
|
|||||||
if(!file_exists(base_path("studio/favicon/icons")."/".$id.".".$extension)){
|
if(!file_exists(base_path("studio/favicon/icons")."/".$id.".".$extension)){
|
||||||
if($id.".".$extension !== ".".$id){file_put_contents(base_path("studio/favicon/icons")."/".$id.".".$extension, file_get_contents($header));}
|
if($id.".".$extension !== ".".$id){file_put_contents(base_path("studio/favicon/icons")."/".$id.".".$extension, file_get_contents($header));}
|
||||||
}
|
}
|
||||||
} catch (exception $e) {exit();}
|
} catch (exception $e) {}
|
||||||
|
|
||||||
return $favicon;
|
return $favicon;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user