function hosting_alias_perm in Hostmaster (Aegir) 6
Implementation of hook_perm().
File
- modules/
hosting/ alias/ hosting_alias.module, line 272 - Allow sites to have domain aliases that they can be accessed with.
Code
function hosting_alias_perm() {
return array(
'create site aliases',
'administer hosting aliases',
);
}