function hosting_ssl_hosting_feature in Hosting 6.2
Same name and namespace in other branches
- 7.4 web_server/ssl/hosting.feature.ssl.inc \hosting_ssl_hosting_feature()
- 7.3 web_server/ssl/hosting.feature.ssl.inc \hosting_ssl_hosting_feature()
File
- web_server/
ssl/ hosting.feature.ssl.inc, line 3
Code
function hosting_ssl_hosting_feature() {
$features['ssl'] = array(
'title' => t('SSL support'),
'description' => t('Provides a service to expose a site encrypted by SSL certificates.'),
'status' => HOSTING_FEATURE_DISABLED,
'module' => 'hosting_ssl',
'group' => 'optional',
);
return $features;
}