function cumulus_perm in Cumulus 6
Implementation of hook_perm().
File
- ./
cumulus.module, line 205 - The brain of Cumulus.
Code
function cumulus_perm() {
return array(
'administer cumulus',
);
}
Implementation of hook_perm().
function cumulus_perm() {
return array(
'administer cumulus',
);
}