darkhttpd
darkhttpd copied to clipboard
Skip link to parent directory when in root
When darkhttp serves a directory with generated directory indexes it should skip adding the "parent link" (<a href="../">..</a>) for the root level. The link just goes nowhere basically and just creates user confusion (especially when only serving a single flat directory).
This sounds reasonable, I'd merge a patch that does this.