WebDAV auth

This commit is contained in:
微凉
2021-11-28 16:18:09 +08:00
parent 3041da35ab
commit 0f0e1104a4
4 changed files with 52 additions and 0 deletions

View File

@ -45,4 +45,7 @@ var (
//CustomizeScript string
//Favicon string
CheckDown bool
DavUsername string
DavPassword string
)