function r4032login_access in Redirect 403 to User Login 6
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'
- r4032login_menu in ./
r4032login.module - Implementation of hook_menu().
File
- ./
r4032login.module, line 33 - Redirect denied pages to the user login form.
Code
function r4032login_access() {
return TRUE;
}