You are here

function _hosting_client_configure_access in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 client/hosting_client.module \_hosting_client_configure_access()
  2. 7.3 client/hosting_client.module \_hosting_client_configure_access()

Menu access callback for the client settings.

See also

hosting_client_menu()

1 string reference to '_hosting_client_configure_access'
hosting_client_menu in client/hosting_client.module
Implementation of hook_menu().

File

client/hosting_client.module, line 802

Code

function _hosting_client_configure_access() {
  return user_access('administer clients') && hosting_feature('client');
}