diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-23 01:46:32 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-23 01:46:32 (GMT) |
commit | 39fd9dd2c8156c9a9f9abc23e6f5398770e44f5d (patch) | |
tree | cd6e6af7387f284f596473dbc97cfa846007a544 /src/rhimportd/uploadWeb.go | |
parent | 732438e3042d299c6dd7c096ba2eaa20035d8466 (diff) |
some cleanup and imrpovments (mainly in the javasctipt test sites
Diffstat (limited to 'src/rhimportd/uploadWeb.go')
-rw-r--r-- | src/rhimportd/uploadWeb.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhimportd/uploadWeb.go b/src/rhimportd/uploadWeb.go index 7d1f460..84605e6 100644 --- a/src/rhimportd/uploadWeb.go +++ b/src/rhimportd/uploadWeb.go @@ -100,7 +100,7 @@ func webUploadParseForm(r *http.Request) (username, sessionid, srcfile string, s func webUploadHandler(conf *rhimport.Config, db *rddb.DBChan, sessions *rhimport.SessionStoreChan, trusted bool, w http.ResponseWriter, r *http.Request) { if r.Method == "GET" { - http.Redirect(w, r, "/static/upload-form.html", http.StatusTemporaryRedirect) + http.Redirect(w, r, "/static/upload.html", http.StatusTemporaryRedirect) return } |