export baseURL again -_-

Former-commit-id: ab9cf62450beaae87211a3c640dd3e448135be61
This commit is contained in:
Henrique Dias
2017-06-25 15:49:24 +01:00
parent 224151e814
commit 713e564a6e
7 changed files with 23 additions and 21 deletions

View File

@@ -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 = "/"
}