function systeminfo_perm in System Information 5
Same name and namespace in other branches
- 5.2 systeminfo.module \systeminfo_perm()
- 6.3 systeminfo.module \systeminfo_perm()
- 6 systeminfo.module \systeminfo_perm()
- 6.2 systeminfo.module \systeminfo_perm()
Implementation of hook_perm().
File
- ./
systeminfo.module, line 69 - Displays information of the drupal install and system environment.
Code
function systeminfo_perm() {
return array(
'access system info',
);
}