You are here

function memcache_status_perm in Memcache Status 6

Implements hook_perm().

File

./memcache_status.module, line 24
Memcache Status module hooks.

Code

function memcache_status_perm() {
  return array(
    'access memcache status',
  );
}