|
@@ -23,6 +23,7 @@ func New(w *http.ResponseWriter, r *http.Request, vhost string, vhosthome string
|
|
act := Action{w, r, vhost, vhosthome, remoteip, make(map[string]hRun)}
|
|
act := Action{w, r, vhost, vhosthome, remoteip, make(map[string]hRun)}
|
|
act.register("signin", action_signin)
|
|
act.register("signin", action_signin)
|