Multi cache pool support

This commit is contained in:
bergware
2020-04-12 06:20:50 +02:00
parent 357474a827
commit 0c71ae949a
+1
View File
@@ -111,3 +111,4 @@ if ($objs==0 && !exec("find \"$dir\" -maxdepth 0 -empty -exec echo 1 \;")) {
$total = ' ('.my_scale($total,$unit).' '.$unit.' '._('total').')';
echo "<tfoot><tr><td></td><td colspan='4'>$objs "._('object'.($objs==1?'':'s')).": $dirs "._('director'.($dirs==1?'y':'ies')).", $files "._('file'.($files==1?'':'s'))."$total</td></tr></tfoot>";
}
?>