summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r--system/admin/handlers.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index dc779f3..a8ca681 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -2111,6 +2111,8 @@ func addonsHandler(res http.ResponseWriter, req *http.Request) {
return
}
+ http.Redirect(res, req, req.URL.String(), http.StatusFound)
+
default:
res.WriteHeader(http.StatusBadRequest)
errView, err := Error400()