function login_destination_perm in Login Destination 6
Same name and namespace in other branches
- 6.2 login_destination.module \login_destination_perm()
Implementation of hook_perm().
File
- ./
login_destination.module, line 18
Code
function login_destination_perm() {
return array(
LOGIN_DEST_PERM_ADMIN,
);
}