function hosting_ssl_perm in Hostmaster (Aegir) 6
Implementation of hook_perm()
File
- modules/
hosting/ web_server/ ssl/ hosting_ssl.module, line 29
Code
function hosting_ssl_perm() {
return array(
'administer ssl',
);
}
Implementation of hook_perm()
function hosting_ssl_perm() {
return array(
'administer ssl',
);
}