Trying a utility file
This commit is contained in:
parent
98f9238eca
commit
121477cc25
1 changed files with 1 additions and 1 deletions
2
admin.go
2
admin.go
|
@ -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)
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue