hosting.feature.ssl.inc in Hosting 6.2
Same filename and directory in other branches
File
web_server/ssl/hosting.feature.ssl.incView source
<?php
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;
}
Functions
Name | Description |
---|---|
hosting_ssl_hosting_feature |