function hosting_quota_perm in Hosting 6.2
Implements hook_perm().
File
- 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',
);
}