You are here

function hosting_quota_perm in Hostmaster (Aegir) 6

Implements hook_perm().

File

modules/hosting/quota/hosting_quota.module, line 9
Implement quota's for the resource used by client.

Code

function hosting_quota_perm() {
  return array(
    'edit all quotas',
    'view all quotas',
    'view own quota',
  );
}