function autologout_perm in Automated Logout 6
Same name and namespace in other branches
- 5 autologout.module \autologout_perm()
- 6.4 autologout.module \autologout_perm()
- 6.2 autologout.module \autologout_perm()
Implementation of hook_perm().
File
- ./
autologout.module, line 59 - 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',
);
}