mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +01:00
fix (ftps): remove ftps plugin since ftp and ftps will be merged into one
This commit is contained in:
parent
ef122a7c48
commit
347f9b016b
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ import (
|
|||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_backblaze"
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_dav"
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_mysql"
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_ftps"
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_ldap"
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_dropbox"
|
||||
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_security_scanner"
|
||||
|
|
|
|||
Loading…
Reference in a new issue