@@ -1604,7 +1604,7 @@ function cacheImage($url, $name)
mkdir($cacheDirectory, 0777, true);
}
$cachefile = $cacheDirectory . $name . '.jpg';
- copy($url, $cachefile);
+ @copy($url, $cachefile);
function downloader($array)
@@ -325,7 +325,9 @@ img.imageSourceBottom {
filter: grayscale(100%);
-td span.label.label-info {
+td span.label.label-info,
+td span.label.label-success,
+td span.label.label-warning {
min-width: 80px !important;
display: inline-block !important;
@@ -1,7 +1,7 @@
[
{
"company_name": "Unraid",
- "logo": "https://user-images.githubusercontent.com/16184466/49123227-190a4900-f275-11e8-9f7a-36c54e2207ee.png",
+ "logo": "https://user-images.githubusercontent.com/16184466/49177230-e6f6f680-f309-11e8-9d6a-67be65109d14.png",
"website": "https://unraid.net/"
]