Multi cache pool support

This commit is contained in:
bergware
2020-04-12 04:39:04 +02:00
parent 5ab3f38880
commit c98b615d06

View File

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