You are here

function systeminfo_perm in System Information 5

Same name and namespace in other branches
  1. 5.2 systeminfo.module \systeminfo_perm()
  2. 6.3 systeminfo.module \systeminfo_perm()
  3. 6 systeminfo.module \systeminfo_perm()
  4. 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',
  );
}