Updated README, added ~usrdirs and now checks permissions

This commit is contained in:
int 80h
2020-05-04 20:59:39 -04:00
parent c077d94835
commit f50a748bde
6 changed files with 77 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ pub struct Connection {
pub hostname: String,
pub dir: String,
pub cgi: String,
pub usrdir: bool,
}
impl Connection {