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