You are here

function url_alter_perm in URL alter 6

Implementation of hook_perm().

File

./url_alter.module, line 28

Code

function url_alter_perm() {
  return array(
    'administer custom_url_rewrite functions',
  );
}