You are here

function sms_receive_perm in SMS Framework 5

Implements hook_perm()

File

modules/sms_receive/sms_receive.module, line 148

Code

function sms_receive_perm() {
  return array(
    'receive sms message',
  );
}