Multi cache pool support

This commit is contained in:
bergware
2020-04-11 08:12:41 +02:00
parent 80f7f5b191
commit c421de6f39
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ function shareInclude($name) {
}
function truncate($name) {
return strlen($name)<=20 ? $name : substr($name,0,17).'...';
return strlen($name)<=20 ? $name : substr($name,0,11).'...'.substr($name,-6);
}
// Compute all user shares & check encryption
$crypto = false;