function r4032login_access_callback in Redirect 403 to User Login 7
Without an access callback on the menu item for r4032login_redirect, the redirect will be 403 and just have the default access denied page anyway.
1 string reference to 'r4032login_access_callback'
- r4032login_menu in ./
r4032login.module - Implements hook_menu().
File
- ./
r4032login.module, line 27 - Redirect denied pages to the user login form.
Code
function r4032login_access_callback() {
return TRUE;
}