function hosting_signup_perm in Hosting 6.2
Same name and namespace in other branches
- 5 signup/hosting_signup.module \hosting_signup_perm()
Implementation of hook_perm
File
- signup/
hosting_signup.module, line 29 - Provides a signup form that can be run on remote sites
Code
function hosting_signup_perm() {
return array(
'access hosting signup form',
);
}