You are here

function _hosting_client_configure_access in Hostmaster (Aegir) 6

Menu access callback for the client settings.

See also

hosting_client_menu()

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

File

modules/hosting/client/hosting_client.module, line 691

Code

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