function autologout_perm in Automated Logout 5
Same name and namespace in other branches
- 6.4 autologout.module \autologout_perm()
- 6 autologout.module \autologout_perm()
- 6.2 autologout.module \autologout_perm()
Implementation of hook_perm()
File
- ./
autologout.module, line 56 - Used to automagically log out a user after a preset time, AjK May 2006
Code
function autologout_perm() {
_autologout_debug("autologout_perm()");
return array(
'administer autologout',
);
}