diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -705,7 +705,6 @@ func main() { http.Redirect(w, r, r.Header.Get("Referer"), http.StatusSeeOther) return } - w.WriteHeader(http.StatusBadRequest) w.Write([]byte("")) |