You are here

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',
  );
}