mirror of
https://github.com/unraid/webgui.git
synced 2026-03-12 22:09:53 -05:00
Multi cache support
This commit is contained in:
@@ -41,7 +41,7 @@ function build_pages($pattern) {
|
||||
}
|
||||
|
||||
function find_pages($item) {
|
||||
global $docroot,$site,$var,$disks,$devs,$users,$shares,$sec,$sec_nfs,$name,$display;
|
||||
global $docroot,$site,$var,$disks,$devs,$users,$shares,$sec,$sec_nfs,$name,$display,$pool_devices;
|
||||
$pages = [];
|
||||
foreach ($site as $page) {
|
||||
if (empty($page['Menu'])) continue;
|
||||
|
||||
Reference in New Issue
Block a user