unexport baseURL and webDavURL
Former-commit-id: b93158b291d88b0237f28a5322b2df9d62331e57
This commit is contained in:
@@ -25,7 +25,7 @@ func serveListing(w http.ResponseWriter, r *http.Request, c *FileManager, u *use
|
||||
URL: r.URL,
|
||||
}
|
||||
|
||||
cookieScope := c.BaseURL
|
||||
cookieScope := c.baseURL
|
||||
if cookieScope == "" {
|
||||
cookieScope = "/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user