function shorten_cs_perm in Shorten URLs 6
Implementation of hook_perm().
File
- ./
shorten_cs.module, line 76 - Allows users to specify custom services for the Shorten URLs module.
Code
function shorten_cs_perm() {
return array(
'administer Shorten URLs custom services',
);
}