You are here

function hosting_server_perm in Hosting 6.2

Implementation of hook_perm()

File

server/hosting_server.module, line 77

Code

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