Update favicon.blade.php

This commit is contained in:
Julian Prieber 2022-11-29 11:30:39 +01:00
parent c08dcea0ad
commit adb0708da3

View File

@ -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;
}