Home
last modified time | relevance | path

Searched refs:isAuthorizedForCollection (Results 1 – 2 of 2) sorted by relevance

/dports/www/writefreely/writefreely-0.13.1/
H A Dcollections.go702 cr.isAuthorized = isAuthorizedForCollection(app, c.Alias, r)
1182 func isAuthorizedForCollection(app *App, alias string, r *http.Request) bool { func
H A Dposts.go1433 } else if !isAuthorizedForCollection(app, c.Alias, r) {