function _hosting_client_configure_access in Hosting 6.2
Same name and namespace in other branches
- 7.4 client/hosting_client.module \_hosting_client_configure_access()
- 7.3 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 - 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');
}