You are here

hosting.feature.ssl.inc in Hosting 6.2

File

web_server/ssl/hosting.feature.ssl.inc
View 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