You are here

function hosting_site_perm in Hostmaster (Aegir) 6

Implementation of hook_perm

File

modules/hosting/site/hosting_site.module, line 264

Code

function hosting_site_perm() {
  return array(
    'create site',
    'view site',
    'edit site',
    'delete site',
    'administer sites',
  );
}