function hosting_clone_perm in Hosting 6.2
Implementation of hook_perm().
File
- clone/
hosting_clone.module, line 25 - Allow sites to be cloned.
Code
function hosting_clone_perm() {
return array(
'create clone task',
);
}
Implementation of hook_perm().
function hosting_clone_perm() {
return array(
'create clone task',
);
}