function drd_server_permission in Drupal Remote Dashboard Server 7
Same name and namespace in other branches
- 7.2 drd_server.module \drd_server_permission()
Implements hook_permission().
File
- ./drd_server.module, line 225 
Code
function drd_server_permission() {
  return array(
    'flush cache' => array(
      'title' => t('Flush Cache'),
    ),
  );
}