mirror of
https://github.com/unraid/webgui.git
synced 2026-03-09 12:31:56 -05:00
Merge pull request #635 from bergware/mutli-language
Multi cache pool support
This commit is contained in:
@@ -50,8 +50,7 @@ function globalInclude($name) {
|
||||
}
|
||||
|
||||
// global shares include/exclude
|
||||
$disks = array_filter($disks,'my_disks');
|
||||
$myDisks = array_filter(array_diff(array_keys($disks), explode(',',$var['shareUserExclude'])), 'globalInclude');
|
||||
$myDisks = array_filter(array_diff(array_keys(array_filter($disks,'my_disks')), explode(',',$var['shareUserExclude'])), 'globalInclude');
|
||||
?>
|
||||
:help3
|
||||
> A *Share*, also called a *User Share*, is simply the name of a top-level directory that exists on one or more of your
|
||||
|
||||
Reference in New Issue
Block a user