function _hosting_client_configure_access in Hosting 7.3
Same name and namespace in other branches
- 6.2 client/hosting_client.module \_hosting_client_configure_access()
- 7.4 client/hosting_client.module \_hosting_client_configure_access()
Menu access callback for the client settings.
See also
1 string reference to '_hosting_client_configure_access'
- hosting_client_menu in client/
hosting_client.module - Implements hook_menu().
File
- client/
hosting_client.module, line 974
Code
function _hosting_client_configure_access() {
return user_access('administer clients') && hosting_feature('client');
}