function hosting_signup_perm in Hostmaster (Aegir) 6
Implementation of hook_perm
File
- modules/
hosting/ 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',
);
}