You are here

function path_redirect_perm in Path redirect 6

Same name and namespace in other branches
  1. 5 path_redirect.module \path_redirect_perm()

Implements hook_perm().

File

./path_redirect.module, line 24

Code

function path_redirect_perm() {
  return array(
    'administer redirects',
  );
}