diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-22 03:15:13 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-22 03:15:13 -0700 |
commit | c8343342aa4f8e545c9020a2003a2427387db9a7 (patch) | |
tree | 272f676649a9b75a083d22ad8ac6c3dc63ad1cd5 /system/admin/handlers.go | |
parent | 92a4c135101e22e99fc41a5f50cc393fd219c8a5 (diff) |
debuggig
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 388423c..6f73705 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -185,7 +185,6 @@ func configUsersHandler(res http.ResponseWriter, req *http.Request) { return } - res.Header().Set("Content-Type", "text/html") res.Write(view) case http.MethodPost: |