Trying a utility file
This commit is contained in:
parent
4818918b7f
commit
83648556d2
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ func handleInvitationCode(w http.ResponseWriter, r *http.Request) {
|
|||
code := mux.Vars(r)["code"]
|
||||
code_id, code_pw := readCode(code)
|
||||
|
||||
log.Printf(code_pw)
|
||||
|
||||
login := checkLogin(w, r)
|
||||
|
||||
// l := ldapOpen(w)
|
||||
|
|
Loading…
Reference in a new issue