Trying a utility file

This commit is contained in:
Chris Mann 2023-07-20 12:28:51 +02:00
parent 98f9238eca
commit 121477cc25

View file

@ -1026,7 +1026,7 @@ func handleAdminCreate(w http.ResponseWriter, r *http.Request) {
if template == "ml" {
http.Redirect(w, r, "/admin/mailing/"+data.IdValue, http.StatusFound)
} else {
http.Redirect(w, r, "/admin/ldap/"+dn, http.StatusFound)
http.Redirect(w, r, "/admin/ldap/"+newUser.DN, http.StatusFound)
}
// }
}