function hosting_menu_hostmaster_redirect in Hosting 7.3
Same name and namespace in other branches
- 7.4 hosting.module \hosting_menu_hostmaster_redirect()
Send the user from /hostmaster to /hosting/c/hostmaster
1 string reference to 'hosting_menu_hostmaster_redirect'
- hosting_menu in ./
hosting.module - Implements hook_menu().
File
- ./
hosting.module, line 164 - Hosting module.
Code
function hosting_menu_hostmaster_redirect() {
drupal_goto('hosting/c/hostmaster');
}