system_perm

5 system.module system_perm()
6 system.module system_perm()

Implementation of hook_perm().

File

modules/system.module, line 53
Configuration system that lets administrators modify the workings of the site.

Code

function system_perm() {
  return array('administer site configuration', 'access administration pages', 'select different theme');
}
Login or register to post comments