You are here

function login_destination_perm in Login Destination 6.2

Same name and namespace in other branches
  1. 6 login_destination.module \login_destination_perm()

Implementation of hook_perm().

File

./login_destination.module, line 23
Control where users are directed to, once they login

Code

function login_destination_perm() {
  return array(
    LOGIN_DEST_PERM_ADMIN,
  );
}