function r4032login_enable in Redirect 403 to User Login 7
Same name and namespace in other branches
- 5 r4032login.install \r4032login_enable()
- 6 r4032login.install \r4032login_enable()
Implements hook_enable().
File
- ./
r4032login.install, line 11 - Install, update and uninstall functions for the r4032login module.
Code
function r4032login_enable() {
variable_set('site_403', 'r4032login');
}