You are here

function splashify_perm in Splashify 6

Implements hook_perm().

File

./splashify.module, line 78

Code

function splashify_perm() {
  return array(
    'access splashify admin',
  );
}