mirror of
https://github.com/unraid/webgui.git
synced 2026-01-16 22:50:19 -06:00
Multi cache pool support
This commit is contained in:
@@ -86,7 +86,7 @@ foreach ($files as $row) {
|
||||
$file = pathinfo($name);
|
||||
$devs = explode(',',$set?:$fix);
|
||||
$text = my_devs($devs);
|
||||
$fext = strtolower($file['fext']);
|
||||
$fext = strtolower($file['extension']);
|
||||
$tag = strpos($text,',')===false ? '' : 'warning';
|
||||
echo "<tr>";
|
||||
echo "<td data='$fext'><div class='icon-file icon-$fext'></div></td>";
|
||||
|
||||
Reference in New Issue
Block a user