mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 18:19:14 -05:00
Custom cache pool support
This commit is contained in:
@@ -58,7 +58,7 @@ function shareInclude($name) {
|
||||
}
|
||||
|
||||
function cachePool($name) {
|
||||
return strlen($name)<=8 ? $name : substr($name,0,6).'...';
|
||||
return strlen($name)<=16 ? $name : substr($name,0,14).'...';
|
||||
}
|
||||
|
||||
// Compute all user shares & check encryption
|
||||
|
||||
Reference in New Issue
Block a user