You are here

function total_control_perm in Total Control Admin Dashboard 6

Same name and namespace in other branches
  1. 6.2 total_control.module \total_control_perm()

Implementation of hook_perm().

Adds permissions for access to the total control dashboard

File

./total_control.module, line 21

Code

function total_control_perm() {
  return array(
    'have total control',
    'administer total control',
  );
}