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',
);
}
Implements hook_perm().
function memcache_status_perm() {
return array(
'access memcache status',
);
}