mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
fix #45
This commit is contained in:
parent
70576793d9
commit
bdfa7d8411
@ -10,8 +10,8 @@
|
||||
<!-- {{ if .IsDir }}
|
||||
<div class="action" id="info">
|
||||
<i class="material-icons">info</i>
|
||||
</div> -->
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}-->
|
||||
<div class="action" id="download">
|
||||
<a href="?download=true">
|
||||
<i class="material-icons" title="Download">file_download</i> <span>Download</span>
|
||||
|
@ -18,7 +18,7 @@ func ServeListing(w http.ResponseWriter, r *http.Request, c *config.Config, u *c
|
||||
var err error
|
||||
|
||||
// Loads the content of the directory
|
||||
listing, err := file.GetListing(u, i.VirtualPath, r.URL.Path)
|
||||
listing, err := file.GetListing(u, i.VirtualPath, c.AbsoluteURL+r.URL.Path)
|
||||
if err != nil {
|
||||
return errors.ErrorToHTTPCode(err, true), err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user