function hosting_ssl_perm in Hosting 6.2
Implementation of hook_perm()
File
- web_server/
ssl/ hosting_ssl.module, line 29
Code
function hosting_ssl_perm() {
return array(
'create ssl certificate',
);
}
Implementation of hook_perm()
function hosting_ssl_perm() {
return array(
'create ssl certificate',
);
}