path_redirect_perm()contributions/path_redirect/path_redirect.module, line 119
Implementation of hook_perm
<?php function path_redirect_perm() { return array('administer redirects'); } ?>