You are here

function shorten_perm in Shorten URLs 6

Implementation of hook_perm().

File

./shorten.module, line 100
Shortens URLs via external services.

Code

function shorten_perm() {
  return array(
    'use Shorten URLs page',
    'manage Shorten URLs API keys',
  );
}