You are here

function hosting_server_perm in Hostmaster (Aegir) 6

Implementation of hook_perm()

File

modules/hosting/server/hosting_server.module, line 73

Code

function hosting_server_perm() {
  return array(
    'create server',
    'view server',
    'edit server',
    'delete server',
  );
}