mirror of
https://github.com/unraid/webgui.git
synced 2026-05-07 12:51:21 -05:00
Multi cache pool support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user