Skip to content

Commit adb0708

Browse files
committed
Update favicon.blade.php
1 parent c08dcea commit adb0708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/favicon.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2440,7 +2440,7 @@ function get_headers($url,$format=0)
24402440
if(!file_exists(base_path("studio/favicon/icons")."/".$id.".".$extension)){
24412441
if($id.".".$extension !== ".".$id){file_put_contents(base_path("studio/favicon/icons")."/".$id.".".$extension, file_get_contents($header));}
24422442
}
2443-
} catch (exception $e) {exit();}
2443+
} catch (exception $e) {}
24442444
24452445
return $favicon;
24462446
}

0 commit comments

Comments
 (0)