mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 01:40:58 -05:00
quotes'are'fun
This commit is contained in:
@@ -35,7 +35,7 @@ function sort_by($field, $opt, $show_disk) {
|
||||
'fext' => strtolower($info['extension']),
|
||||
'size' => $attr[2],
|
||||
'time' => $attr[3],
|
||||
'disk' => $show_disk?my_disk(exec("shopt -s dotglob ; getfattr --absolute-names --only-values -n user.LOCATIONS '$attr[1]'")):'');
|
||||
'disk' => $show_disk?my_disk(exec("shopt -s dotglob ; getfattr --absolute-names --only-values -n user.LOCATIONS ".escapeshellarg($attr[1]))):'');
|
||||
}
|
||||
// sort by input 'field'
|
||||
if ($field=='name') {
|
||||
|
||||
Reference in New Issue
Block a user