function gotwo_perm in Go - url redirects 5
Same name and namespace in other branches
- 6 gotwo.module \gotwo_perm()
File
- ./
gotwo.module, line 111 - Module that provides easy to use redirection links. A redirection link would be like: http://examples.org/go/a_label http://examples.org/go/123546 http://examples.org/go/or/like/this
Code
function gotwo_perm() {
return array(
'view gotwo entries',
'edit gotwo entries',
'administer gotwo',
);
}