You are here

function shurly_perm in ShURLy 6

Implementation of hook_perm()

File

./shurly.module, line 66
description http://www.youtube.com/watch?v=Qo7qoonzTCE

Code

function shurly_perm() {
  return array(
    'Create short URLs',
    'Enter custom URLs',
    'View own URL stats',
    'Delete own URLs',
    'Administer short URLs',
  );
}