Changeset 63 in code
- Timestamp:
- Nov 28, 2022, 9:47:47 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/partage.go
r62 r63 41 41 group string 42 42 chroot string 43 listen 43 listen string 44 44 baseuri string 45 45 rootdir string … … 215 215 data := templatedata{ 216 216 Maxsize: humanize.IBytes(uint64(conf.maxsize)), 217 Links: links,217 Links: links, 218 218 } 219 219 servetemplate(w, "/index.html", data)
Note:
See TracChangeset
for help on using the changeset viewer.