You are here

function tinybox_perm in TinyBox (Simple Splash) 6

Implements hook_perm().

File

./tinybox.module, line 17

Code

function tinybox_perm() {
  return array(
    'administer tinybox',
  );
}