mirror of
https://github.com/unraid/webgui.git
synced 2026-02-07 09:29:18 -06:00
Multi cache pool support
This commit is contained in:
@@ -60,7 +60,7 @@ if ($user) {
|
||||
$stat = popen("shopt -s dotglob; stat -L -c'%F|%n|%s|%Y' $all",'r');
|
||||
while (($row = fgets($stat))!==false) {
|
||||
$row .= $user ? "|{$set[++$i]}" : "|$fix";
|
||||
if (substr($row,0,9)=='directory') $dirs[] = $row; else $files[] = $row;
|
||||
if (substr($row,0,3)=='dir') $dirs[] = $row; else $files[] = $row;
|
||||
}
|
||||
pclose($stat);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user