mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-12 08:54:05 +02:00
Clean PHP.
This commit is contained in:
@@ -85,6 +85,5 @@ class Util {
|
|||||||
$withFoldersize = $context->query_option('foldersize.enabled', false);
|
$withFoldersize = $context->query_option('foldersize.enabled', false);
|
||||||
$withDu = $context->get_setup()->get('HAS_CMD_DU') && $context->query_option('foldersize.type', null) === 'shell-du';
|
$withDu = $context->get_setup()->get('HAS_CMD_DU') && $context->query_option('foldersize.type', null) === 'shell-du';
|
||||||
return Filesize::getCachedSize($path, $withFoldersize, $withDu);
|
return Filesize::getCachedSize($path, $withFoldersize, $withDu);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user