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