system_perm
- Versions
- 4.6 – 6
system_perm()
Implementation of hook_perm().
Code
modules/system/system.module, line 48
<?php
function system_perm() {
return array('administer site configuration', 'access administration pages', 'select different theme');
}
?>Login or register to post comments 