You are here

function hosting_clone_perm in Hostmaster (Aegir) 6

Implementation of hook_perm().

File

modules/hosting/clone/hosting_clone.module, line 25
Allow sites to be cloned.

Code

function hosting_clone_perm() {
  return array(
    'create clone task',
  );
}