From cf3f71366faa8511f0da292d74ba164129d0db2b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 28 Dec 2011 14:50:11 -0500 Subject: [PATCH] Remove the Users map now that it is taken care of by MFE --- src/config.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/config.go b/src/config.go index 5a8a4c1..536bf2f 100644 --- a/src/config.go +++ b/src/config.go @@ -25,10 +25,6 @@ type Configuration struct { // forward GET requests and return the result. ProxyURLs []string - // A map of usernames to MD5-encoded passwords that will be allowed to log in - // via a .htaccess style realm. - Users map[string]string - // Whether to include dotfiles (files that begin with a '.'). Users will still // be able to access directories that begin with a '.', but they will not be // included in the list. -- 2.22.5