You are here

function hosting_alias_perm in Hosting 5

Same name and namespace in other branches
  1. 6.2 alias/hosting_alias.module \hosting_alias_perm()

Implementation of hook_perm

File

alias/hosting_alias.module, line 170

Code

function hosting_alias_perm() {
  return array(
    'create site aliases',
    'administer hosting aliases',
  );
}