0
0
mirror of https://github.com/rls-moe/nyx synced 2025-08-19 06:18:38 +00:00

Added Insecure HTTP Mode

This commit is contained in:
Tim Schuster
2017-03-16 20:08:15 +01:00
parent e85636f4b9
commit 53039e6102
3 changed files with 8 additions and 11 deletions

View File

@@ -47,4 +47,4 @@ func handleLogin(w http.ResponseWriter, r *http.Request) {
session.Add(sess, w)
http.Redirect(w, r, "/admin/panel.html", http.StatusSeeOther)
}
}