You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
Fix some stuff
This commit is contained in:
@@ -116,7 +116,7 @@ func New(database string, base User) (*FileManager, error) {
|
||||
// map and Assets box.
|
||||
m := &FileManager{
|
||||
Users: map[string]*User{},
|
||||
assets: rice.MustFindBox("./_assets/dist"),
|
||||
assets: rice.MustFindBox("./assets/dist"),
|
||||
}
|
||||
|
||||
// Tries to open a database on the location provided. This
|
||||
|
||||
Reference in New Issue
Block a user