mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-20 22:00:52 +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($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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user