You are here

function path_redirect_perm in Path redirect 5

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

Implementation of hook_perm

File

./path_redirect.module, line 137

Code

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