function path_perm

6.x path.module path_perm()

Implementation of hook_perm().

File

drupal-6.x/modules/path/path.module, line 257
Enables users to rename URLs.

Code

function path_perm() {
  return array('create url aliases', 'administer url aliases');
}