- Timestamp:
- Oct 18, 2021, 2:56:25 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/partage.go
r14 r16 165 165 // r.URL.Path is sanitized regarding "." and ".." 166 166 filename := r.URL.Path 167 if r.URL.Path == "/" || r.URL.Path == "/index " {167 if r.URL.Path == "/" || r.URL.Path == "/index.html" { 168 168 data := templatedata{ Maxsize: humanize.IBytes(uint64(conf.maxsize))} 169 169 servetemplate(w, "/index.html", data)
Note:
See TracChangeset
for help on using the changeset viewer.