function mo_auth_perm in Google Authenticator / 2 Factor Authentication - 2FA 7
File
- ./mo_auth.module, line 361 
- Module file for miniOrange 2FA Module.
Code
function mo_auth_perm() {
  return array(
    'access example ajax',
  );
}
function mo_auth_perm() {
  return array(
    'access example ajax',
  );
}