function system_perm
Implementation of hook_perm().
Archivo
- drupal-6.x/
modules/ system/ system.module, line 157 - Configuration system that lets administrators modify the workings of the site.
Código
function system_perm() {
return array(
'administer site configuration',
'access administration pages',
'administer actions',
'access site reports',
'select different theme',
'administer files',
);
}