You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
fix: check symlink target type (closes #1488)
This commit is contained in:
@@ -124,6 +124,7 @@ func stat(opts FileOptions) (*FileInfo, error) {
|
||||
// set correct file size in case of symlink
|
||||
if file != nil && file.IsSymlink {
|
||||
file.Size = info.Size()
|
||||
file.IsDir = info.IsDir()
|
||||
return file, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user